summaryrefslogtreecommitdiff
path: root/gpxe/src/include/gpxe/elf.h
diff options
context:
space:
mode:
Diffstat (limited to 'gpxe/src/include/gpxe/elf.h')
-rw-r--r--gpxe/src/include/gpxe/elf.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/gpxe/src/include/gpxe/elf.h b/gpxe/src/include/gpxe/elf.h
new file mode 100644
index 00000000..db28a60a
--- /dev/null
+++ b/gpxe/src/include/gpxe/elf.h
@@ -0,0 +1,15 @@
+#ifndef _GPXE_ELF_H
+#define _GPXE_ELF_H
+
+/**
+ * @file
+ *
+ * ELF image format
+ *
+ */
+
+#include <elf.h>
+
+extern int elf_load ( struct image *image );
+
+#endif /* _GPXE_ELF_H */