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
{
14 _Static_assert(sizeof(struct x86_xfeat_component
) % 4 == 0, "x86_xfeat_component is not aligned");
16 #endif /* _UAPI_ASM_X86_ELF_H */