repo.or.cz
/
haiku.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Make UEFI boot-platform build again
[haiku.git]
/
src
/
libs
/
libunwind
/
elf32.h
blob
2c7bca4c9dcca423d1d4cbc52d0b476998087ea2
1
#ifndef elf32_h
2
#define elf32_h
3
4
#ifndef ELF_CLASS
5
#define ELF_CLASS ELFCLASS32
6
#endif
7
#include
"elfxx.h"
8
9
#endif
/* elf32_h */