/* | |
* This file is auto-generated. Modifications will be lost. | |
* | |
* See https://android.googlesource.com/platform/bionic/+/master/libc/kernel/ | |
* for more information. | |
*/ | |
#ifndef _UAPI_ASM_X86_ELF_H | |
#define _UAPI_ASM_X86_ELF_H | |
#include <linux/types.h> | |
struct x86_xfeat_component { | |
__u32 type; | |
__u32 size; | |
__u32 offset; | |
__u32 flags; | |
} __attribute__((__packed__)); | |
#endif |