1 #ifndef _ASM_M32R_IPCBUF_H
2 #define _ASM_M32R_IPCBUF_H
6 /* orig : i386 2.4.18 */
9 * The ipc64_perm structure for m32r architecture.
10 * Note extra padding because this structure is passed back and forth
11 * between kernel and user space.
13 * Pad space is left for:
14 * - 32-bit mode_t and seq
15 * - 2 miscellaneous 32-bit values
23 __kernel_uid32_t cuid;
24 __kernel_gid32_t cgid;
26 unsigned short __pad1;
28 unsigned short __pad2;
29 unsigned long __unused1;
30 unsigned long __unused2;
33 #endif /* _ASM_M32R_IPCBUF_H */