• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 #ifndef elf64_h
2 #define elf64_h
3 
4 #ifndef UNW_ELF_CLASS
5 # define UNW_ELF_CLASS UNW_ELFCLASS64
6 #endif
7 #include "elfxx.h"
8 
9 #endif /* elf64_h */
10