]> Git Repo - qemu.git/blobdiff - include/elf.h
block: Move BlockAcctStats into BlockBackend
[qemu.git] / include / elf.h
index 79859f0cd8164e587e6ace6205fe4570bb14b70b..66add810df14461a41a063f9de4740979b4102f9 100644 (file)
@@ -135,6 +135,9 @@ typedef int64_t  Elf64_Sxword;
 
 #define EM_TILEGX   191 /* TILE-Gx */
 
+#define EM_MOXIE           223     /* Moxie processor family */
+#define EM_MOXIE_OLD       0xFEED
+
 /* This is the info that is needed to parse the dynamic section of the file */
 #define DT_NULL                0
 #define DT_NEEDED      1
This page took 0.022491 seconds and 4 git commands to generate.