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