diff options
Diffstat (limited to 'include/linux/elf.h')
-rw-r--r-- | include/linux/elf.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/elf.h b/include/linux/elf.h index f930b1a390ab..0a05051a8924 100644 --- a/include/linux/elf.h +++ b/include/linux/elf.h @@ -389,6 +389,9 @@ typedef struct elf64_shdr { #define NT_S390_SYSTEM_CALL 0x307 /* s390 system call restart data */ #define NT_S390_TDB 0x308 /* s390 transaction diagnostic block */ #define NT_ARM_VFP 0x400 /* ARM VFP/NEON registers */ +#define NT_ARM_TLS 0x401 /* ARM TLS register */ +#define NT_ARM_HW_BREAK 0x402 /* ARM hardware breakpoint registers */ +#define NT_ARM_HW_WATCH 0x403 /* ARM hardware watchpoint registers */ /* Note header in a PT_NOTE section */ |