Undo revert "Generate iotivity_config.h at build time"
[platform/upstream/iotivity.git] / resource / csdk / connectivity / api / cacommon.h
1 /* ****************************************************************
2  *
3  * Copyright 2014 Samsung Electronics All Rights Reserved.
4  *
5  *
6  *
7  * Licensed under the Apache License, Version 2.0 (the "License");
8  * you may not use this file except in compliance with the License.
9  * You may obtain a copy of the License at
10  *
11  *      http://www.apache.org/licenses/LICENSE-2.0
12  *
13  * Unless required by applicable law or agreed to in writing, software
14  * distributed under the License is distributed on an "AS IS" BASIS,
15  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16  * See the License for the specific language governing permissions and
17  * limitations under the License.
18  *
19  ******************************************************************/
20
21 /**
22  * @file cacommon.h
23  * This file contains the common data structures between Resource , CA and adapters
24  */
25
26 #ifndef CA_COMMON_H_
27 #define CA_COMMON_H_
28
29 #include "iotivity_config.h"
30
31 #ifndef WITH_ARDUINO
32 #ifdef TCP_ADAPTER
33 #define HAVE_SYS_POLL_H
34 #endif
35 #endif
36
37 #include <stdint.h>
38 #include <stdlib.h>
39 #include <stdbool.h>
40
41 #ifdef HAVE_SYS_POLL_H
42 #include <sys/poll.h>
43 #endif
44
45 #ifdef HAVE_WINSOCK2_H
46 #include <winsock2.h>
47 #include <mswsock.h>
48 #endif
49
50 #ifdef __cplusplus
51 extern "C"
52 {
53 #endif
54
55 /**
56  * IP address Length.
57  */
58 #define CA_IPADDR_SIZE 16
59
60 /**
61  * Remote Access jabber ID length.
62  */
63 #define CA_RAJABBERID_SIZE 256
64
65 /**
66  * Mac address length for BT port.
67  */
68 #define CA_MACADDR_SIZE 18
69
70 /**
71  * Max header options data length.
72  */
73 #define CA_MAX_HEADER_OPTION_DATA_LENGTH 20
74
75 /**
76 * Max token length.
77 */
78 #define CA_MAX_TOKEN_LEN (8)
79
80 /**
81  * Max URI length.
82  */
83 #ifdef ARDUINO
84 #define CA_MAX_URI_LENGTH 128  /* maximum size of URI for embedded platforms*/
85 #else
86 #define CA_MAX_URI_LENGTH 512 /* maximum size of URI for other platforms*/
87 #endif
88
89 /**
90  * Max PDU length supported.
91  */
92 #ifdef ARDUINO
93 #define COAP_MAX_PDU_SIZE           320  /* maximum size of a CoAP PDU for embedded platforms*/
94 #else
95 #define COAP_MAX_PDU_SIZE           1400 /* maximum size of a CoAP PDU for big platforms*/
96 #endif
97
98 #ifdef WITH_BWT
99 #define CA_DEFAULT_BLOCK_SIZE       CA_BLOCK_SIZE_1024_BYTE
100 #endif
101
102 /**
103  *Maximum length of the remoteEndpoint identity.
104  */
105 #define CA_MAX_ENDPOINT_IDENTITY_LEN   (32)
106
107 /**
108  * option types - the highest option number 63.
109  */
110 #define CA_OPTION_IF_MATCH 1
111 #define CA_OPTION_ETAG 4
112 #define CA_OPTION_IF_NONE_MATCH 5
113 #define CA_OPTION_OBSERVE 6
114 #define CA_OPTION_LOCATION_PATH 8
115 #define CA_OPTION_URI_PATH 11
116 #define CA_OPTION_CONTENT_FORMAT 12
117 #define CA_OPTION_CONTENT_TYPE COAP_OPTION_CONTENT_FORMAT
118 #define CA_OPTION_MAXAGE 14
119 #define CA_OPTION_URI_QUERY 15
120 #define CA_OPTION_ACCEPT 17
121 #define CA_OPTION_LOCATION_QUERY 20
122
123 /**
124  * Payload information from resource model.
125  */
126 typedef uint8_t *CAPayload_t;
127
128 /**
129  * URI for the OIC base.CA considers relative URI as the URI.
130  */
131 typedef char *CAURI_t;
132
133 /**
134  * Token information for mapping the request and responses by resource model.
135  */
136 typedef char *CAToken_t;
137
138 /*
139  * Socket types and error definitions.
140  */
141 #ifdef HAVE_WINSOCK2_H
142 # define OC_SOCKET_ERROR      SOCKET_ERROR
143 # define OC_INVALID_SOCKET    INVALID_SOCKET
144 typedef SOCKET CASocketFd_t;
145 #else // HAVE_WINSOCK2_H
146 # define OC_SOCKET_ERROR      (-1)
147 # define OC_INVALID_SOCKET    (-1)
148 typedef int    CASocketFd_t;
149 #endif
150
151 /*
152  * The following flags are the same as the equivalent OIC values in
153  * octypes.h, allowing direct copying with slight fixup.
154  * The CA layer should used the OC types when build allows that.
155  */
156 #ifdef RA_ADAPTER
157 #define MAX_ADDR_STR_SIZE_CA (256)
158 #else
159 /*
160  * Max Address could be "coaps+tcp://[xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:yyy.yyy.yyy.yyy]:xxxxx"
161  * Which is 65, +1 for null terminator => 66
162  * OCDevAddr (defined in OCTypes.h) must be the same
163  * as CAEndpoint_t (defined here)
164  */
165 #define MAX_ADDR_STR_SIZE_CA (66)
166 #endif
167
168 typedef enum
169 {
170     CA_DEFAULT_ADAPTER = 0,
171
172     // value zero indicates discovery
173     CA_ADAPTER_IP            = (1 << 0),   // IPv4 and IPv6, including 6LoWPAN
174     CA_ADAPTER_GATT_BTLE     = (1 << 1),   // GATT over Bluetooth LE
175     CA_ADAPTER_RFCOMM_BTEDR  = (1 << 2),   // RFCOMM over Bluetooth EDR
176
177 #ifdef RA_ADAPTER
178     CA_ADAPTER_REMOTE_ACCESS = (1 << 3),   // Remote Access over XMPP.
179 #endif
180
181     CA_ADAPTER_TCP           = (1 << 4),   // CoAP over TCP
182     CA_ADAPTER_NFC           = (1 << 5),   // NFC Adapter
183
184     CA_ALL_ADAPTERS          = 0xffffffff
185 } CATransportAdapter_t;
186
187 typedef enum
188 {
189     CA_DEFAULT_FLAGS = 0,
190
191     // Insecure transport is the default (subject to change)
192     CA_SECURE          = (1 << 4),   // secure the transport path
193     // IPv4 & IPv6 autoselection is the default
194     CA_IPV6            = (1 << 5),   // IP adapter only
195     CA_IPV4            = (1 << 6),   // IP adapter only
196     // Indication that a message was received by multicast.
197     CA_MULTICAST       = (1 << 7),
198     // Link-Local multicast is the default multicast scope for IPv6.
199     // These correspond in both value and position to the IPv6 address bits.
200     CA_SCOPE_INTERFACE = 0x1, // IPv6 Interface-Local scope
201     CA_SCOPE_LINK      = 0x2, // IPv6 Link-Local scope (default)
202     CA_SCOPE_REALM     = 0x3, // IPv6 Realm-Local scope
203     CA_SCOPE_ADMIN     = 0x4, // IPv6 Admin-Local scope
204     CA_SCOPE_SITE      = 0x5, // IPv6 Site-Local scope
205     CA_SCOPE_ORG       = 0x8, // IPv6 Organization-Local scope
206     CA_SCOPE_GLOBAL    = 0xE, // IPv6 Global scope
207 } CATransportFlags_t;
208
209 #define CA_IPFAMILY_MASK (CA_IPV6|CA_IPV4)
210 #define CA_SCOPE_MASK 0xf     // mask scope bits above
211
212 /**
213  * Information about the network status.
214  */
215 typedef enum
216 {
217     CA_INTERFACE_DOWN,   /**< Connection is not available */
218     CA_INTERFACE_UP    /**< Connection is Available */
219 } CANetworkStatus_t;
220
221 /*
222  * remoteEndpoint identity.
223  */
224 typedef struct
225 {
226     uint16_t id_length;
227     unsigned char id[CA_MAX_ENDPOINT_IDENTITY_LEN];
228 } CARemoteId_t;
229
230 /**
231  * Message Type for Base source code.
232  */
233 typedef enum
234 {
235     CA_MSG_CONFIRM = 0,  /**< confirmable message (requires ACK/RST) */
236     CA_MSG_NONCONFIRM,   /**< non-confirmable message (one-shot message) */
237     CA_MSG_ACKNOWLEDGE,  /**< used to acknowledge confirmable messages */
238     CA_MSG_RESET         /**< used to indicates not-interested or error (lack of context)in
239                                                   received messages */
240 } CAMessageType_t;
241
242 /**
243  * Allowed method to be used by resource model.
244  */
245 typedef enum
246 {
247     CA_GET = 1, /**< GET Method  */
248     CA_POST,    /**< POST Method */
249     CA_PUT,     /**< PUT Method */
250     CA_DELETE   /**< DELETE Method */
251 } CAMethod_t;
252
253 /**
254  * block size.
255  * it depends on defined size in libCoAP.
256  */
257 typedef enum
258 {
259     CA_BLOCK_SIZE_16_BYTE = 0,    /**< 16byte */
260     CA_BLOCK_SIZE_32_BYTE = 1,    /**< 32byte */
261     CA_BLOCK_SIZE_64_BYTE = 2,    /**< 64byte */
262     CA_BLOCK_SIZE_128_BYTE = 3,   /**< 128byte */
263     CA_BLOCK_SIZE_256_BYTE = 4,   /**< 256byte */
264     CA_BLOCK_SIZE_512_BYTE = 5,   /**< 512byte */
265     CA_BLOCK_SIZE_1024_BYTE = 6     /**< 1Kbyte */
266 } CABlockSize_t;
267
268 /**
269  * Endpoint information for connectivities.
270  * Must be identical to OCDevAddr.
271  */
272 typedef struct
273 {
274     CATransportAdapter_t    adapter;    // adapter type
275     CATransportFlags_t      flags;      // transport modifiers
276     uint16_t                port;       // for IP
277     char                    addr[MAX_ADDR_STR_SIZE_CA]; // address for all
278     uint32_t                ifindex;    // usually zero for default interface
279 #if defined (ROUTING_GATEWAY) || defined (ROUTING_EP)
280     char                    routeData[MAX_ADDR_STR_SIZE_CA]; /**< GatewayId:ClientId of
281                                                                     destination. **/
282 #endif
283 } CAEndpoint_t;
284
285 /**
286  * Endpoint information for secure messages.
287  */
288 typedef struct
289 {
290     CAEndpoint_t endpoint;      /**< endpoint */
291     // TODO change name to deviceId
292     CARemoteId_t identity;      /**< endpoint device uuid */
293     CARemoteId_t userId;        /**< endpoint user uuid */
294 } CASecureEndpoint_t;
295
296 /**
297  * Enums for CA return values.
298  */
299 typedef enum
300 {
301     /* Result code - START HERE */
302     CA_STATUS_OK = 0,               /**< Success */
303     CA_STATUS_INVALID_PARAM,        /**< Invalid Parameter */
304     CA_ADAPTER_NOT_ENABLED,         /**< Adapter is not enabled */
305     CA_SERVER_STARTED_ALREADY,      /**< Server is started already */
306     CA_SERVER_NOT_STARTED,          /**< Server is not started */
307     CA_DESTINATION_NOT_REACHABLE,   /**< Destination is not reachable */
308     CA_SOCKET_OPERATION_FAILED,     /**< Socket operation failed */
309     CA_SEND_FAILED,                 /**< Send request failed */
310     CA_RECEIVE_FAILED,              /**< Receive failed */
311     CA_MEMORY_ALLOC_FAILED,         /**< Memory allocation failed */
312     CA_REQUEST_TIMEOUT,             /**< Request is Timeout */
313     CA_DESTINATION_DISCONNECTED,    /**< Destination is disconnected */
314     CA_NOT_SUPPORTED,               /**< Not supported */
315     CA_STATUS_NOT_INITIALIZED,      /**< Not Initialized*/
316     CA_DTLS_AUTHENTICATION_FAILURE, /**< Decryption error in DTLS */
317     CA_STATUS_FAILED =255           /**< Failure */
318     /* Result code - END HERE */
319 } CAResult_t;
320
321 /**
322  * Enums for CA Response values.
323  */
324 typedef enum
325 {
326     /* Response status code - START HERE */
327     CA_EMPTY = 0,                           /**< Empty */
328     CA_CREATED = 201,                       /**< Created */
329     CA_DELETED = 202,                       /**< Deleted */
330     CA_VALID = 203,                         /**< Valid */
331     CA_CHANGED = 204,                       /**< Changed */
332     CA_CONTENT = 205,                       /**< Content */
333     CA_CONTINUE = 231,                      /**< Continue */
334     CA_BAD_REQ = 400,                       /**< Bad Request */
335     CA_UNAUTHORIZED_REQ = 401,              /**< Unauthorized Request */
336     CA_BAD_OPT = 402,                       /**< Bad Option */
337     CA_FORBIDDEN_REQ = 403,                 /**< Forbidden Request */
338     CA_NOT_FOUND = 404,                     /**< Not found */
339     CA_METHOD_NOT_ALLOWED = 405,            /**< Method Not Allowed */
340     CA_NOT_ACCEPTABLE = 406,                /**< Not Acceptable */
341     CA_REQUEST_ENTITY_INCOMPLETE = 408,     /**< Request Entity Incomplete */
342     CA_REQUEST_ENTITY_TOO_LARGE = 413,      /**< Request Entity Too Large */
343     CA_INTERNAL_SERVER_ERROR = 500,         /**< Internal Server Error */
344     CA_RETRANSMIT_TIMEOUT = 504             /**< Retransmit timeout */
345     /* Response status code - END HERE */
346 } CAResponseResult_t;
347
348 /**
349  * Data type whether the data is Request Message or Response Message.
350  * if there is some failure before send data on network.
351  * Type will be set as error type for error callback.
352  */
353 typedef enum
354 {
355     CA_REQUEST_DATA = 1,
356     CA_RESPONSE_DATA,
357     CA_ERROR_DATA,
358     CA_RESPONSE_FOR_RES
359 } CADataType_t;
360
361 /**
362  * Transport Protocol IDs for additional options.
363  */
364 typedef enum
365 {
366     CA_INVALID_ID = (1 << 0),   /**< Invalid ID */
367     CA_COAP_ID = (1 << 1)       /**< COAP ID */
368 } CATransportProtocolID_t;
369
370 /**
371  * Adapter State to indicate the network changed notifications.
372  */
373 typedef enum
374 {
375     CA_ADAPTER_DISABLED,   /**< Adapter is Disabled */
376     CA_ADAPTER_ENABLED     /**< Adapter is Enabled */
377 } CAAdapterState_t;
378
379 /**
380  * Format indicating which encoding has been used on the payload.
381  */
382 typedef enum
383 {
384     CA_FORMAT_UNDEFINED = 0,            /**< Undefined enoding format */
385     CA_FORMAT_TEXT_PLAIN,
386     CA_FORMAT_APPLICATION_LINK_FORMAT,
387     CA_FORMAT_APPLICATION_XML,
388     CA_FORMAT_APPLICATION_OCTET_STREAM,
389     CA_FORMAT_APPLICATION_RDF_XML,
390     CA_FORMAT_APPLICATION_EXI,
391     CA_FORMAT_APPLICATION_JSON,
392     CA_FORMAT_APPLICATION_CBOR,
393     CA_FORMAT_UNSUPPORTED
394 } CAPayloadFormat_t;
395
396 /**
397  * Header options structure to be filled.
398  *
399  * This structure is used to hold header information.
400  */
401 typedef struct
402 {
403     CATransportProtocolID_t protocolID;                     /**< Protocol ID of the Option */
404     uint16_t optionID;                                      /**< The header option ID which will be
405                                                             added to communication packets */
406     uint16_t optionLength;                                  /**< Option Length **/
407     char optionData[CA_MAX_HEADER_OPTION_DATA_LENGTH];      /**< Optional data values**/
408 } CAHeaderOption_t;
409
410 /**
411  * Base Information received.
412  *
413  * This structure is used to hold request & response base information.
414  */
415 typedef struct
416 {
417     CAMessageType_t type;       /**< Qos for the request */
418 #ifdef ROUTING_GATEWAY
419     bool skipRetransmission;    /**< Will not attempt retransmission even if type is CONFIRM.
420                                      Required for packet forwarding */
421 #endif
422     uint16_t messageId;         /**< Message id.
423                                  * if message id is zero, it will generated by CA inside.
424                                  * otherwise, you can use it */
425     CAToken_t token;            /**< Token for CA */
426     uint8_t tokenLength;        /**< token length */
427     CAHeaderOption_t *options;  /** Header Options for the request */
428     uint8_t numOptions;         /**< Number of Header options */
429     CAPayload_t payload;        /**< payload of the request  */
430     size_t payloadSize;         /**< size in bytes of the payload */
431     CAPayloadFormat_t payloadFormat;    /**< encoding format of the request payload */
432     CAPayloadFormat_t acceptFormat;     /**< accept format for the response payload */
433     CAURI_t resourceUri;        /**< Resource URI information **/
434     CARemoteId_t identity;      /**< endpoint identity */
435     CADataType_t dataType;      /**< data type */
436 } CAInfo_t;
437
438 /**
439  * Request Information to be sent.
440  *
441  * This structure is used to hold request information.
442  */
443 typedef struct
444 {
445     CAMethod_t method;  /**< Name of the Method Allowed */
446     CAInfo_t info;      /**< Information of the request. */
447     bool isMulticast;   /**< is multicast request */
448 } CARequestInfo_t;
449
450 /**
451  * Response information received.
452  *
453  * This structure is used to hold response information.
454  */
455 typedef struct
456 {
457     CAResponseResult_t result;  /**< Result for response by resource model */
458     CAInfo_t info;              /**< Information of the response */
459     bool isMulticast;
460 } CAResponseInfo_t;
461
462 /**
463  * Error information from CA
464  *        contains error code and message information.
465  *
466  * This structure holds error information.
467  */
468 typedef struct
469 {
470     CAResult_t result;  /**< CA API request result  */
471     CAInfo_t info;      /**< message information such as token and payload data
472                              helpful to identify the error */
473 } CAErrorInfo_t;
474
475 /**
476  * Hold global variables for CA layer. (also used by RI layer)
477  */
478 typedef struct
479 {
480     CASocketFd_t fd;    /**< socket fd */
481     uint16_t port;      /**< socket port */
482 } CASocket_t;
483
484 #define HISTORYSIZE (4)
485
486 typedef struct
487 {
488     CATransportFlags_t flags;
489     uint16_t messageId;
490     char token[CA_MAX_TOKEN_LEN];
491     uint8_t tokenLength;
492 } CAHistoryItem_t;
493
494 typedef struct
495 {
496     int nextIndex;
497     CAHistoryItem_t items[HISTORYSIZE];
498 } CAHistory_t;
499
500 /**
501  * Hold interface index for keeping track of comings and goings.
502  */
503 typedef struct
504 {
505     int32_t ifIndex; /**< network interface index */
506 } CAIfItem_t;
507
508 /**
509  * Hold the port number assigned from application.
510  * It will be used when creating a socket.
511  */
512 typedef struct
513 {
514     struct udpports
515     {
516         uint16_t u6;    /**< unicast IPv6 socket port */
517         uint16_t u6s;   /**< unicast IPv6 socket secure port */
518         uint16_t u4;    /**< unicast IPv4 socket port */
519         uint16_t u4s;   /**< unicast IPv4 socket secure port */
520     } udp;
521 #ifdef TCP_ADAPTER
522     struct tcpports
523     {
524         uint16_t u4;    /**< unicast IPv4 socket port */
525         uint16_t u6;    /**< unicast IPv6 socket port */
526     } tcp;
527 #endif
528 } CAPorts_t;
529
530 typedef struct
531 {
532     CATransportFlags_t clientFlags; /**< flag for client */
533     CATransportFlags_t serverFlags; /**< flag for server */
534     bool client; /**< client mode */
535     bool server; /**< server mode */
536
537     CAPorts_t ports;
538
539     struct sockets
540     {
541         void *threadpool;           /**< threadpool between Initialize and Start */
542         CASocket_t u6;              /**< unicast   IPv6 */
543         CASocket_t u6s;             /**< unicast   IPv6 secure */
544         CASocket_t u4;              /**< unicast   IPv4 */
545         CASocket_t u4s;             /**< unicast   IPv4 secure */
546         CASocket_t m6;              /**< multicast IPv6 */
547         CASocket_t m6s;             /**< multicast IPv6 secure */
548         CASocket_t m4;              /**< multicast IPv4 */
549         CASocket_t m4s;             /**< multicast IPv4 secure */
550         CASocketFd_t netlinkFd;     /**< netlink */
551 #if defined(_WIN32)
552         WSAEVENT shutdownEvent;     /**< Event used to signal threads to stop */
553 #else
554         int shutdownFds[2];         /**< fds used to signal threads to stop */
555 #endif
556         int selectTimeout;          /**< in seconds */
557         int maxfd;                  /**< highest fd (for select) */
558         bool started;               /**< the IP adapter has started */
559         bool terminate;             /**< the IP adapter needs to stop */
560         bool ipv6enabled;           /**< IPv6 enabled by OCInit flags */
561         bool ipv4enabled;           /**< IPv4 enabled by OCInit flags */
562         bool dualstack;             /**< IPv6 and IPv4 enabled */
563 #if defined (_WIN32)
564         LPFN_WSARECVMSG wsaRecvMsg; /**< Win32 function pointer to WSARecvMsg() */
565 #endif
566
567         struct networkmonitors
568         {
569             CAIfItem_t *ifItems; /**< current network interface index list */
570             size_t sizeIfItems;  /**< size of network interface index array */
571             size_t numIfItems;   /**< number of valid network interfaces */
572         } nm;
573     } ip;
574
575     struct calayer
576     {
577         CAHistory_t requestHistory;  /**< filter IP family in requests */
578     } ca;
579
580 #ifdef TCP_ADAPTER
581     /**
582      * Hold global variables for TCP Adapter.
583      */
584     struct tcpsockets
585     {
586         void *threadpool;       /**< threadpool between Initialize and Start */
587         CASocket_t ipv4;        /**< IPv4 accept socket */
588         CASocket_t ipv6;        /**< IPv6 accept socket */
589         void *svrlist;          /**< unicast IPv4 TCP server information*/
590         int selectTimeout;      /**< in seconds */
591         int listenBacklog;      /**< backlog counts*/
592         int shutdownFds[2];     /**< shutdown pipe */
593         int connectionFds[2];   /**< connection pipe */
594         int maxfd;              /**< highest fd (for select) */
595         bool started;           /**< the TCP adapter has started */
596         bool terminate;         /**< the TCP adapter needs to stop */
597         bool ipv4tcpenabled;    /**< IPv4 TCP enabled by OCInit flags */
598         bool ipv6tcpenabled;    /**< IPv6 TCP enabled by OCInit flags */
599     } tcp;
600 #endif
601 } CAGlobals_t;
602
603 extern CAGlobals_t caglobals;
604
605 /**
606  * Callback function type for request delivery.
607  * @param[out]   object       Endpoint object from which the request is received.
608  *                            It contains endpoint address based on the connectivity type.
609  * @param[out]   requestInfo  Info for resource model to understand about the request.
610  */
611 typedef void (*CARequestCallback)(const CAEndpoint_t *object,
612                                   const CARequestInfo_t *requestInfo);
613
614 /**
615  * Callback function type for response delivery.
616  * @param[out]   object           Endpoint object from which the response is received.
617  * @param[out]   responseInfo     Identifier which needs to be mapped with response.
618  */
619 typedef void (*CAResponseCallback)(const CAEndpoint_t *object,
620                                    const CAResponseInfo_t *responseInfo);
621 /**
622  * Callback function type for error.
623  * @param[out]   object           remote device information.
624  * @param[out]   errorInfo        CA Error information.
625  */
626 typedef void (*CAErrorCallback)(const CAEndpoint_t *object,
627                                 const CAErrorInfo_t *errorInfo);
628
629 /**
630  * Callback function type for network status changes delivery from CA common logic.
631  * @param[out]   info       Endpoint object from which the network status is changed.
632  *                          It contains endpoint address based on the connectivity type.
633  * @param[out]   status     Current network status info.
634  */
635 typedef void (*CANetworkMonitorCallback)(const CAEndpoint_t *info, CANetworkStatus_t status);
636
637 #ifdef __cplusplus
638 } /* extern "C" */
639 #endif
640
641 #endif // CA_COMMON_H_