diff options
Diffstat (limited to 'include/linux/elf.h')
-rw-r--r-- | include/linux/elf.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/elf.h b/include/linux/elf.h index f22e7387e..45e9f1007 100644 --- a/include/linux/elf.h +++ b/include/linux/elf.h @@ -72,6 +72,8 @@ typedef __u64 Elf64_Word; #define EM_IA_64 50 /* HP/Intel IA-64 */ +#define EM_X8664 62 /* AMD x86-64 */ + /* * This is an interim value that we will use until the committee comes * up with a final number. |