1 /* SPDX-License-Identifier: GPL-2.0 */
5 #include <linux/spinlock_types.h>
6 #include <linux/uidgid.h>
7 #include <linux/rhashtable-types.h>
8 #include <uapi/linux/ipc.h>
9 #include <linux/refcount.h>
11 /* used by in-kernel data structures */
12 struct kern_ipc_perm
{
25 struct rhash_head khtnode
;
29 } ____cacheline_aligned_in_smp __randomize_layout
;
31 #endif /* _LINUX_IPC_H */