repo.or.cz
/
openbios.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
switch ppc to ofmem module implementation (Igor Kovalenko)
[openbios.git]
/
include
/
x86
/
elf.h
blob
86c672508c8d308c956e184cc1a134de934eef4b
1
#define ARCH_ELF_CLASS ELFCLASS32
2
#define ARCH_ELF_DATA ELFDATA2LSB
3
#define ARCH_ELF_MACHINE_OK(x) ((x)==EM_386 || (x)==EM_486)
4
typedef
Elf32_Ehdr Elf_ehdr
;
5
typedef
Elf32_Phdr Elf_phdr
;