diff options
Diffstat (limited to 'roms/ipxe/src/arch/x86/include/bits/pci_io.h')
-rw-r--r-- | roms/ipxe/src/arch/x86/include/bits/pci_io.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/roms/ipxe/src/arch/x86/include/bits/pci_io.h b/roms/ipxe/src/arch/x86/include/bits/pci_io.h new file mode 100644 index 00000000..01b12326 --- /dev/null +++ b/roms/ipxe/src/arch/x86/include/bits/pci_io.h @@ -0,0 +1,15 @@ +#ifndef _BITS_PCI_IO_H +#define _BITS_PCI_IO_H + +/** @file + * + * i386-specific PCI I/O API implementations + * + */ + +FILE_LICENCE ( GPL2_OR_LATER ); + +#include <ipxe/pcibios.h> +#include <ipxe/pcidirect.h> + +#endif /* _BITS_PCI_IO_H */ |