mirror of https://github.com/ipxe/ipxe.git
Use only the header files that we need
parent
a6057b4cbc
commit
03346742c0
|
@ -1,4 +1,4 @@
|
||||||
#include "etherboot.h"
|
#include "string.h"
|
||||||
#include "io.h"
|
#include "io.h"
|
||||||
#include "timer.h"
|
#include "timer.h"
|
||||||
#include "eisa.h"
|
#include "eisa.h"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#include "etherboot.h"
|
#include "string.h"
|
||||||
#include "isa.h"
|
#include "isa.h"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
#include "etherboot.h"
|
#include "stdint.h"
|
||||||
|
#include "byteswap.h"
|
||||||
|
#include "console.h"
|
||||||
#include "isa_ids.h"
|
#include "isa_ids.h"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
@ -33,7 +33,7 @@
|
||||||
*
|
*
|
||||||
***************************************************************************/
|
***************************************************************************/
|
||||||
|
|
||||||
#include "etherboot.h"
|
#include "string.h"
|
||||||
#include "timer.h"
|
#include "timer.h"
|
||||||
#include "io.h"
|
#include "io.h"
|
||||||
#include "isapnp.h"
|
#include "isapnp.h"
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "etherboot.h"
|
#include "string.h"
|
||||||
#include "io.h"
|
#include "io.h"
|
||||||
#include "mca.h"
|
#include "mca.h"
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
#include "etherboot.h"
|
#include "stdint.h"
|
||||||
|
#include "string.h"
|
||||||
|
#include "console.h"
|
||||||
#include "pci.h"
|
#include "pci.h"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in New Issue