Go to the documentation of this file. 1 #ifndef _UAPI_LINUX_IPC_H
2 #define _UAPI_LINUX_IPC_H
4 #include <linux/types.h>
6 #define IPC_PRIVATE ((__kernel_key_t) 0)
21 #include <asm/ipcbuf.h>
24 #define IPC_CREAT 00001000
25 #define IPC_EXCL 00002000
26 #define IPC_NOWAIT 00004000
31 #define IPC_DIPC 00010000
32 #define IPC_OWN 00020000
78 #define IPCCALL(version,op) ((version)<<16 | (op))