1 /**************************************************************************** 2 **************************************************************************** 3 *** 4 *** This header was automatically generated from a Linux kernel header 5 *** of the same name, to make information necessary for userspace to 6 *** call into the kernel available to libc. It contains only constants, 7 *** structures, and macros generated from the original header, and thus, 8 *** contains no copyrightable information. 9 *** 10 **************************************************************************** 11 ****************************************************************************/ 12 #ifndef __ASMARM_IPCBUF_H 13 #define __ASMARM_IPCBUF_H 14 15 struct ipc64_perm 16 { 17 __kernel_key_t key; 18 __kernel_uid32_t uid; 19 __kernel_gid32_t gid; 20 __kernel_uid32_t cuid; 21 __kernel_gid32_t cgid; 22 __kernel_mode_t mode; 23 unsigned short __pad1; 24 unsigned short seq; 25 unsigned short __pad2; 26 unsigned long __unused1; 27 unsigned long __unused2; 28 }; 29 30 #endif 31