summaryrefslogtreecommitdiff
path: root/src/elf32.h
blob: 9747630a3d73179ce7776193c189c8f8d721dd74 (plain)
1
2
3
4
5
6
7
8
9
#ifndef elf32_h
#define elf32_h

#ifndef UNW_ELF_CLASS
# define UNW_ELF_CLASS UNW_ELFCLASS32
#endif
#include "elfxx.h"

#endif /* elf32_h */