summaryrefslogtreecommitdiff
path: root/klibc/klibc/include/elf.h
diff options
context:
space:
mode:
Diffstat (limited to 'klibc/klibc/include/elf.h')
-rw-r--r--klibc/klibc/include/elf.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/klibc/klibc/include/elf.h b/klibc/klibc/include/elf.h
new file mode 100644
index 0000000000..bd0f3e7f9b
--- /dev/null
+++ b/klibc/klibc/include/elf.h
@@ -0,0 +1,12 @@
+/*
+ * elf.h
+ */
+
+#ifndef _ELF_H
+#define _ELF_H
+
+#include <sys/types.h>
+#include <linux/elf.h>
+
+#endif /* _ELF_H */
+