1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2 #ifndef __SPARC_IPCBUF_H
3 #define __SPARC_IPCBUF_H
6 * The ipc64_perm structure for sparc/sparc64 architecture.
7 * Note extra padding because this structure is passed back and forth
8 * between kernel and user space.
10 * Pad space is left for:
12 * - on sparc for 32 bit mode (it is 32 bit on sparc64)
13 * - 2 miscellaneous 64-bit values
24 unsigned short __pad0
;
27 unsigned short __pad1
;
29 unsigned long long __unused1
;
30 unsigned long long __unused2
;
33 #endif /* __SPARC_IPCBUF_H */