mirror of
https://github.com/ipxe/ipxe
synced 2025-12-14 16:01:38 +03:00
Use only the header files that we need
This commit is contained in:
@@ -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"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user