1 #ifndef _SPARC_IPCBUF_H
2 #define _SPARC_IPCBUF_H
5 * The ipc64_perm structure for sparc architecture.
6 * Note extra padding because this structure is passed back and forth
7 * between kernel and user space.
9 * Pad space is left for:
12 * - 2 miscellaneous 64-bit values (so that this structure matches
21 __kernel_uid32_t cuid
;
22 __kernel_gid32_t cgid
;
23 unsigned short __pad1
;
25 unsigned short __pad2
;
27 unsigned long long __unused1
;
28 unsigned long long __unused2
;
31 #endif /* _SPARC_IPCBUF_H */