Go to the documentation of this file. 1 #ifndef _UAPI_LINUX_SHM_H_
2 #define _UAPI_LINUX_SHM_H_
5 #include <linux/errno.h>
15 #define SHMMAX 0x2000000
19 #define SHMALL (SHMMAX/getpagesize()*(SHMMNI/16))
40 #include <asm/shmbuf.h>
47 #define SHM_RDONLY 010000
48 #define SHM_RND 020000
49 #define SHM_REMAP 040000
50 #define SHM_EXEC 0100000