summaryrefslogtreecommitdiff
path: root/src/elf64.h
blob: 8f22384ab9764988cac69c7c4b9142666066c397 (plain)
1
2
3
4
5
6
7
#ifndef elf64_h
#define elf64_h

#define ELF_CLASS	ELFCLASS64
#include "elfxx.h"

#endif /* elf64_h */