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.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/gpxe/src/include/gpxe/elf.h b/gpxe/src/include/gpxe/elf.h
deleted file mode 100644
index da9d2fc0..00000000
--- a/gpxe/src/include/gpxe/elf.h
+++ /dev/null
@@ -1,17 +0,0 @@
-#ifndef _GPXE_ELF_H
-#define _GPXE_ELF_H
-
-/**
- * @file
- *
- * ELF image format
- *
- */
-
-FILE_LICENCE ( GPL2_OR_LATER );
-
-#include <elf.h>
-
-extern int elf_load ( struct image *image );
-
-#endif /* _GPXE_ELF_H */