1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-06-25 19:01:44 +02:00
libunwind-eh_elf/src/elf32.h

10 lines
128 B
C
Raw Normal View History

2003-02-08 11:10:59 +01:00
#ifndef elf32_h
#define elf32_h
#ifndef ELF_CLASS
2003-02-08 11:10:59 +01:00
#define ELF_CLASS ELFCLASS32
#endif
2003-02-08 11:10:59 +01:00
#include "elfxx.h"
#endif /* elf32_h */