Quellcode durchsuchen

Add INIT_PCIBIOS

tags/v0.9.3
Michael Brown vor 19 Jahren
Ursprung
Commit
5603c879c4
1 geänderte Dateien mit 5 neuen und 4 gelöschten Zeilen
  1. 5
    4
      src/include/init.h

+ 5
- 4
src/include/init.h Datei anzeigen

@@ -37,10 +37,11 @@ struct init_fn {
37 37
 #define INIT_CONSOLE	"01"
38 38
 #define	INIT_CPU	"02"
39 39
 #define	INIT_TIMERS	"03"
40
-#define	INIT_MEMSIZES	"04"
41
-#define INIT_RELOCATE	"05"
42
-#define	INIT_PCMCIA	"05"
43
-#define	INIT_HEAP	"07"
40
+#define INIT_PCIBIOS	"04"
41
+#define	INIT_MEMSIZES	"05"
42
+#define INIT_RELOCATE	"06"
43
+#define	INIT_PCMCIA	"07"
44
+#define	INIT_HEAP	"08"
44 45
 
45 46
 /* Macro for creating an initialisation function table entry */
46 47
 #define INIT_FN( init_order, init_func, reset_func, exit_func )		      \

Laden…
Abbrechen
Speichern