mirror of
https://github.com/ipxe/ipxe
synced 2026-01-01 17:34:42 +03:00
14 lines
196 B
C
14 lines
196 B
C
|
|
#ifndef _BITS_PCI_IO_H
|
||
|
|
#define _BITS_PCI_IO_H
|
||
|
|
|
||
|
|
/** @file
|
||
|
|
*
|
||
|
|
* i386-specific PCI I/O API implementations
|
||
|
|
*
|
||
|
|
*/
|
||
|
|
|
||
|
|
#include <gpxe/pcibios.h>
|
||
|
|
#include <gpxe/pcidirect.h>
|
||
|
|
|
||
|
|
#endif /* _BITS_PCI_IO_H */
|