summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorMichael Brown2007-01-14 16:13:33 +0100
committerMichael Brown2007-01-14 16:13:33 +0100
commit99272f958bac4e5448eafacaf507b2e1f22107f0 (patch)
treeb324f263049265574e6e506ca2bd882c12ca7dba /src/include
parentActually, the initrd image should be architecture-independent. (diff)
downloadipxe-99272f958bac4e5448eafacaf507b2e1f22107f0.tar.gz
ipxe-99272f958bac4e5448eafacaf507b2e1f22107f0.tar.xz
ipxe-99272f958bac4e5448eafacaf507b2e1f22107f0.zip
Typo
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gpxe/initrd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gpxe/initrd.h b/src/include/gpxe/initrd.h
index 4533a1245..1871bf781 100644
--- a/src/include/gpxe/initrd.h
+++ b/src/include/gpxe/initrd.h
@@ -9,6 +9,6 @@
*/
#include <gpxe/image.h>
-extern struct image_type initrdimage_image_type __image_type ( PROBE_NORMAL );
+extern struct image_type initrd_image_type __image_type ( PROBE_NORMAL );
#endif /* _GPXE_INITRD_H */