]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - android-sdk/platform-bionic.git/blob - libc/kernel/arch-sh/asm/ipcbuf.h
merge from open-source master
[android-sdk/platform-bionic.git] / libc / kernel / arch-sh / asm / ipcbuf.h
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 __ASM_SH_IPCBUF_H__
13 #define __ASM_SH_IPCBUF_H__
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 };
30 #endif