summaryrefslogtreecommitdiffstats
path: root/src/include/elf.h
diff options
context:
space:
mode:
authorMichael Brown2008-11-18 23:16:15 +0100
committerMichael Brown2008-11-18 23:16:15 +0100
commitfca2dcabb8514f98953524541f0d526a636e30b9 (patch)
tree12b0a95cf02c5ca27d92c398cbace768389b5cd0 /src/include/elf.h
parent[efi] Update to latest UEFI headers (diff)
downloadipxe-fca2dcabb8514f98953524541f0d526a636e30b9.tar.gz
ipxe-fca2dcabb8514f98953524541f0d526a636e30b9.tar.xz
ipxe-fca2dcabb8514f98953524541f0d526a636e30b9.zip
[elf] Kill off unused <bits/elf.h> and <bits/elf_x.h> header files
Diffstat (limited to 'src/include/elf.h')
-rw-r--r--src/include/elf.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/include/elf.h b/src/include/elf.h
index a6eb5d9c..fadc0bdb 100644
--- a/src/include/elf.h
+++ b/src/include/elf.h
@@ -227,10 +227,6 @@ typedef struct {
/* Standardized Elf image notes for booting... The name for all of these is ELFBoot */
-
-/* ELF Defines for the current architecture */
-#include "bits/elf.h"
-
#endif /* ASSEMBLY */
#endif /* ELF_H */