File tree 2 files changed +3
-0
lines changed
2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 34
34
#define EM_M32R 88 /* Renesas M32R */
35
35
#define EM_MN10300 89 /* Panasonic/MEI MN10300, AM33 */
36
36
#define EM_OPENRISC 92 /* OpenRISC 32-bit embedded processor */
37
+ #define EM_XTENSA 94 /* Tensilica Xtensa Architecture */
37
38
#define EM_BLACKFIN 106 /* ADI Blackfin Processor */
38
39
#define EM_ALTERA_NIOS2 113 /* Altera Nios II soft-core processor */
39
40
#define EM_TI_C6000 140 /* TI C6X DSPs */
43
44
#define EM_TILEGX 191 /* Tilera TILE-Gx */
44
45
#define EM_RISCV 243 /* RISC-V */
45
46
#define EM_BPF 247 /* Linux BPF - in-kernel virtual machine */
47
+ #define EM_CSKY 252 /* C-SKY */
46
48
#define EM_FRV 0x5441 /* Fujitsu FR-V */
47
49
48
50
/*
Original file line number Diff line number Diff line change 73
73
#define DAXFS_MAGIC 0x64646178
74
74
#define BINFMTFS_MAGIC 0x42494e4d
75
75
#define DEVPTS_SUPER_MAGIC 0x1cd1
76
+ #define BINDERFS_SUPER_MAGIC 0x6c6f6f70
76
77
#define FUTEXFS_SUPER_MAGIC 0xBAD1DEA
77
78
#define PIPEFS_MAGIC 0x50495045
78
79
#define PROC_SUPER_MAGIC 0x9fa0
You can’t perform that action at this time.
0 commit comments