Files
ipxe/src/arch/x86/include/bits/pci_io.h

16 lines
229 B
C
Raw Normal View History

2008-10-12 12:50:44 +01:00
#ifndef _BITS_PCI_IO_H
#define _BITS_PCI_IO_H
/** @file
*
* i386-specific PCI I/O API implementations
*
*/
FILE_LICENCE ( GPL2_OR_LATER );
2008-10-12 12:50:44 +01:00
#include <gpxe/pcibios.h>
#include <gpxe/pcidirect.h>
#endif /* _BITS_PCI_IO_H */