diff options
Diffstat (limited to '9/platforms/android-3/arch-arm/usr/include/asm/ipcbuf.h')
-rw-r--r-- | 9/platforms/android-3/arch-arm/usr/include/asm/ipcbuf.h | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/9/platforms/android-3/arch-arm/usr/include/asm/ipcbuf.h b/9/platforms/android-3/arch-arm/usr/include/asm/ipcbuf.h new file mode 100644 index 0000000..0e47507 --- /dev/null +++ b/9/platforms/android-3/arch-arm/usr/include/asm/ipcbuf.h @@ -0,0 +1,30 @@ +/**************************************************************************** + **************************************************************************** + *** + *** This header was automatically generated from a Linux kernel header + *** of the same name, to make information necessary for userspace to + *** call into the kernel available to libc. It contains only constants, + *** structures, and macros generated from the original header, and thus, + *** contains no copyrightable information. + *** + **************************************************************************** + ****************************************************************************/ +#ifndef __ASMARM_IPCBUF_H +#define __ASMARM_IPCBUF_H + +struct ipc64_perm +{ + __kernel_key_t key; + __kernel_uid32_t uid; + __kernel_gid32_t gid; + __kernel_uid32_t cuid; + __kernel_gid32_t cgid; + __kernel_mode_t mode; + unsigned short __pad1; + unsigned short seq; + unsigned short __pad2; + unsigned long __unused1; + unsigned long __unused2; +}; + +#endif |