• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /*
2  * This file is auto-generated. Modifications will be lost.
3  *
4  * See https://android.googlesource.com/platform/bionic/+/master/libc/kernel/
5  * for more information.
6  */
7 #ifndef __ASM_GENERIC_IPCBUF_H
8 #define __ASM_GENERIC_IPCBUF_H
9 #include <linux/posix_types.h>
10 struct ipc64_perm {
11   __kernel_key_t key;
12   __kernel_uid32_t uid;
13   __kernel_gid32_t gid;
14   __kernel_uid32_t cuid;
15   __kernel_gid32_t cgid;
16   __kernel_mode_t mode;
17   unsigned char __pad1[4 - sizeof(__kernel_mode_t)];
18   unsigned short seq;
19   unsigned short __pad2;
20   __kernel_ulong_t __unused1;
21   __kernel_ulong_t __unused2;
22 };
23 #endif
24