summaryrefslogtreecommitdiffstats
path: root/qemu/roms/openbios/include/arch/amd64/elf.h
blob: e391c62b65c4ea63ec6d40356e49b2a6f390d823 (plain)
1
2
3
4
5
6
/* 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;