mirror of
https://gitlab.com/qemu-project/ipxe.git
synced 2025-11-03 07:59:06 +08:00
The PCI I/O API (supporting accesses to PCI configuration space) is not related to the general I/O API (supporting accesses to memory-mapped I/O peripherals). Remove the spurious inclusion of ipxe/io.h from the PCI I/O header. Signed-off-by: Michael Brown <mcb30@ipxe.org>
13 lines
172 B
C
13 lines
172 B
C
#ifndef _BITS_PCI_IO_H
|
|
#define _BITS_PCI_IO_H
|
|
|
|
/** @file
|
|
*
|
|
* ARM PCI I/O API implementations
|
|
*
|
|
*/
|
|
|
|
FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
|
|
|
|
#endif /* _BITS_PCI_IO_H */
|