HIPC  0.5
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
hipc.h
Go to the documentation of this file.
1 #ifndef HIPC_H
2 #define HIPC_H
3 
4 enum HIPC_errno {
6 
19 
30 
34 };
35 
36 enum {
42 };
43 
44 #define HIPC_UNSTRU 255
45 
46 #define HIPC_IMG_ALLOCSIZE 256
47 #define HIPC_MSG_ALLOCSIZE 260 /* 4+256 */
48 
49 enum {
58 };
59 
60 enum {
64 };
65 
66 #ifdef __cplusplus
67 extern "C" {
68 #endif
69 
70  extern unsigned char hipcMsghdrBdysize(unsigned char const *const
71  msghdr);
72  extern unsigned char hipcEndian(void);
73 
74 #ifdef __cplusplus
75 }
76 #endif
77 #endif
unsigned char hipcMsghdrBdysize(unsigned char const *const msghdr)
Returns message size determined by a message header.
Definition: hipc.c:12
HIPC_errno
Definition: hipc.h:4
unsigned char hipcEndian(void)
Returns endian of the system.
Definition: hipc.c:25