summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gpxe/elf.h13
1 files changed, 1 insertions, 12 deletions
diff --git a/src/include/gpxe/elf.h b/src/include/gpxe/elf.h
index 8abbb02e1..db28a60af 100644
--- a/src/include/gpxe/elf.h
+++ b/src/include/gpxe/elf.h
@@ -10,17 +10,6 @@
#include <elf.h>
-/** An ELF file */
-struct elf {
- /** ELF file image */
- userptr_t image;
- /** Length of ELF file image */
- size_t len;
-
- /** Entry point */
- physaddr_t entry;
-};
-
-extern int elf_load ( struct elf *elf );
+extern int elf_load ( struct image *image );
#endif /* _GPXE_ELF_H */