Просмотр исходного кода

Use only the header files that we need

tags/v0.9.3
Michael Brown 19 лет назад
Родитель
Сommit
03346742c0

+ 1
- 1
src/drivers/bus/eisa.c Просмотреть файл

@@ -1,4 +1,4 @@
1
-#include "etherboot.h"
1
+#include "string.h"
2 2
 #include "io.h"
3 3
 #include "timer.h"
4 4
 #include "eisa.h"

+ 1
- 1
src/drivers/bus/isa.c Просмотреть файл

@@ -1,4 +1,4 @@
1
-#include "etherboot.h"
1
+#include "string.h"
2 2
 #include "isa.h"
3 3
 
4 4
 /*

+ 3
- 1
src/drivers/bus/isa_ids.c Просмотреть файл

@@ -1,4 +1,6 @@
1
-#include "etherboot.h"
1
+#include "stdint.h"
2
+#include "byteswap.h"
3
+#include "console.h"
2 4
 #include "isa_ids.h"
3 5
 
4 6
 /* 

+ 1
- 1
src/drivers/bus/isapnp.c Просмотреть файл

@@ -33,7 +33,7 @@
33 33
 *
34 34
 ***************************************************************************/
35 35
 
36
-#include "etherboot.h"
36
+#include "string.h"
37 37
 #include "timer.h"
38 38
 #include "io.h"
39 39
 #include "isapnp.h"

+ 1
- 1
src/drivers/bus/mca.c Просмотреть файл

@@ -5,7 +5,7 @@
5 5
  *
6 6
  */
7 7
 
8
-#include "etherboot.h"
8
+#include "string.h"
9 9
 #include "io.h"
10 10
 #include "mca.h"
11 11
 

+ 3
- 1
src/drivers/bus/pci.c Просмотреть файл

@@ -1,4 +1,6 @@
1
-#include "etherboot.h"
1
+#include "stdint.h"
2
+#include "string.h"
3
+#include "console.h"
2 4
 #include "pci.h"
3 5
 
4 6
 /*

Загрузка…
Отмена
Сохранить