drm/panthor: Don't add write fences to the shared BOs
[drm/drm-misc.git] / arch / x86 / include / uapi / asm / elf.h
blob468e135fa285f40f892846fcfc0686671919c4be
1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2 #ifndef _UAPI_ASM_X86_ELF_H
3 #define _UAPI_ASM_X86_ELF_H
5 #include <linux/types.h>
7 struct x86_xfeat_component {
8 __u32 type;
9 __u32 size;
10 __u32 offset;
11 __u32 flags;
12 } __packed;
14 _Static_assert(sizeof(struct x86_xfeat_component) % 4 == 0, "x86_xfeat_component is not aligned");
16 #endif /* _UAPI_ASM_X86_ELF_H */