Go to the documentation of this file.
9 #ifndef __KERNELCAPI_H__
10 #define __KERNELCAPI_H__
13 #include <linux/list.h>
47 #define CAPICTR_DOWN 1
52 #define CAPI_NOERROR 0x0000
54 #define CAPI_TOOMANYAPPLS 0x1001
55 #define CAPI_LOGBLKSIZETOSMALL 0x1002
56 #define CAPI_BUFFEXECEEDS64K 0x1003
57 #define CAPI_MSGBUFSIZETOOSMALL 0x1004
58 #define CAPI_ANZLOGCONNNOTSUPPORTED 0x1005
59 #define CAPI_REGRESERVED 0x1006
60 #define CAPI_REGBUSY 0x1007
61 #define CAPI_REGOSRESOURCEERR 0x1008
62 #define CAPI_REGNOTINSTALLED 0x1009
63 #define CAPI_REGCTRLERNOTSUPPORTEXTEQUIP 0x100a
64 #define CAPI_REGCTRLERONLYSUPPORTEXTEQUIP 0x100b
66 #define CAPI_ILLAPPNR 0x1101
67 #define CAPI_ILLCMDORSUBCMDORMSGTOSMALL 0x1102
68 #define CAPI_SENDQUEUEFULL 0x1103
69 #define CAPI_RECEIVEQUEUEEMPTY 0x1104
70 #define CAPI_RECEIVEOVERFLOW 0x1105
71 #define CAPI_UNKNOWNNOTPAR 0x1106
72 #define CAPI_MSGBUSY 0x1107
73 #define CAPI_MSGOSRESOURCEERR 0x1108
74 #define CAPI_MSGNOTINSTALLED 0x1109
75 #define CAPI_MSGCTRLERNOTSUPPORTEXTEQUIP 0x110a
76 #define CAPI_MSGCTRLERONLYSUPPORTEXTEQUIP 0x110b