1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2 #ifndef __SPARC_IPCBUF_H
3 #define __SPARC_IPCBUF_H
5 #include <linux/posix_types.h>
8 * The ipc64_perm structure for sparc/sparc64 architecture.
9 * Note extra padding because this structure is passed back and forth
10 * between kernel and user space.
12 * Pad space is left for:
14 * - on sparc for 32 bit mode (it is 32 bit on sparc64)
15 * - 2 miscellaneous 64-bit values
23 __kernel_uid32_t cuid
;
24 __kernel_gid32_t cgid
;
26 unsigned short __pad0
;
29 unsigned short __pad1
;
31 unsigned long long __unused1
;
32 unsigned long long __unused2
;
35 #endif /* __SPARC_IPCBUF_H */