2003-02-08 11:10:59 +01:00
|
|
|
#ifndef elf64_h
|
|
|
|
#define elf64_h
|
|
|
|
|
2010-03-07 16:27:41 +01:00
|
|
|
#ifndef ELF_CLASS
|
2003-02-08 11:10:59 +01:00
|
|
|
#define ELF_CLASS ELFCLASS64
|
2010-03-07 16:27:41 +01:00
|
|
|
#endif
|
2003-02-08 11:10:59 +01:00
|
|
|
#include "elfxx.h"
|
|
|
|
|
|
|
|
#endif /* elf64_h */
|