diff options
Diffstat (limited to 'usr/include/elf.h')
-rw-r--r-- | usr/include/elf.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/usr/include/elf.h b/usr/include/elf.h new file mode 100644 index 0000000..c543a81 --- /dev/null +++ b/usr/include/elf.h @@ -0,0 +1,11 @@ +/* + * elf.h + */ + +#ifndef _ELF_H +#define _ELF_H + +#include <sys/elf32.h> +#include <sys/elf64.h> + +#endif /* _ELF_H */ |