summaryrefslogtreecommitdiffstats
path: root/qemu/roms/openbios/include/arch/amd64/elf.h
diff options
context:
space:
mode:
Diffstat (limited to 'qemu/roms/openbios/include/arch/amd64/elf.h')
-rw-r--r--qemu/roms/openbios/include/arch/amd64/elf.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/qemu/roms/openbios/include/arch/amd64/elf.h b/qemu/roms/openbios/include/arch/amd64/elf.h
deleted file mode 100644
index e391c62b6..000000000
--- a/qemu/roms/openbios/include/arch/amd64/elf.h
+++ /dev/null
@@ -1,6 +0,0 @@
-/* for now we're a 32bit architecture */
-#define ARCH_ELF_CLASS ELFCLASS32
-#define ARCH_ELF_DATA ELFDATA2LSB
-#define ARCH_ELF_MACHINE_OK(x) ((x)==EM_386 || (x)==EM_486)
-typedef Elf32_Ehdr Elf_ehdr;
-typedef Elf32_Phdr Elf_phdr;