1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2 #ifndef __S390_IPCBUF_H__
3 #define __S390_IPCBUF_H__
6 * The user_ipc_perm structure for S/390 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:
11 * - 32-bit mode_t and seq
12 * - 2 miscellaneous 32-bit values
20 __kernel_uid32_t cuid
;
21 __kernel_gid32_t cgid
;
23 unsigned short __pad1
;
26 unsigned short __pad2
;
27 #endif /* ! __s390x__ */
28 unsigned long __unused1
;
29 unsigned long __unused2
;
32 #endif /* __S390_IPCBUF_H__ */