summaryrefslogtreecommitdiffstats
path: root/src/include/init.h
diff options
context:
space:
mode:
authorMichael Brown2005-04-12 18:45:16 +0200
committerMichael Brown2005-04-12 18:45:16 +0200
commit5603c879c46ba7370cf3c22a8b604dbfe32e652e (patch)
treea32a54f160b81056fc0ac493153f05ebe946575e /src/include/init.h
parentFor pci_io.c (diff)
downloadipxe-5603c879c46ba7370cf3c22a8b604dbfe32e652e.tar.gz
ipxe-5603c879c46ba7370cf3c22a8b604dbfe32e652e.tar.xz
ipxe-5603c879c46ba7370cf3c22a8b604dbfe32e652e.zip
Add INIT_PCIBIOS
Diffstat (limited to 'src/include/init.h')
-rw-r--r--src/include/init.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/include/init.h b/src/include/init.h
index 206e15b52..e13075b32 100644
--- a/src/include/init.h
+++ b/src/include/init.h
@@ -37,10 +37,11 @@ struct init_fn {
#define INIT_CONSOLE "01"
#define INIT_CPU "02"
#define INIT_TIMERS "03"
-#define INIT_MEMSIZES "04"
-#define INIT_RELOCATE "05"
-#define INIT_PCMCIA "05"
-#define INIT_HEAP "07"
+#define INIT_PCIBIOS "04"
+#define INIT_MEMSIZES "05"
+#define INIT_RELOCATE "06"
+#define INIT_PCMCIA "07"
+#define INIT_HEAP "08"
/* Macro for creating an initialisation function table entry */
#define INIT_FN( init_order, init_func, reset_func, exit_func ) \