1 #ifndef elf64_h
2 #define elf64_h
3 
4 #ifndef ELF_CLASS
5 #define ELF_CLASS	ELFCLASS64
6 #endif
7 #include "elfxx.h"
8 
9 #endif /* elf64_h */
10