Browse Source

Use only the header files that we need

tags/v0.9.3
Michael Brown 19 years ago
parent
commit
03346742c0

+ 1
- 1
src/drivers/bus/eisa.c View File

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

+ 1
- 1
src/drivers/bus/isa.c View File

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

+ 3
- 1
src/drivers/bus/isa_ids.c View File

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

+ 1
- 1
src/drivers/bus/isapnp.c View File

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

+ 1
- 1
src/drivers/bus/mca.c View File

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

+ 3
- 1
src/drivers/bus/pci.c View File

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

Loading…
Cancel
Save