diff options
author | Michael Brown <mcb30@ipxe.org> | 2011-02-14 01:37:44 +0000 |
---|---|---|
committer | Michael Brown <mcb30@ipxe.org> | 2011-02-17 01:59:30 +0000 |
commit | e2b5a588691c6b0bdb99ca4b27cb8c5ea0ac712b (patch) | |
tree | 21e9e3cbaa7c0810d3ec6a89aa0a2a52c855db3b /src/include/ipxe/pci_io.h | |
parent | 4f4c21462114cb4e397377d8ea59c4204a4e33f7 (diff) | |
download | ipxe-e2b5a588691c6b0bdb99ca4b27cb8c5ea0ac712b.tar.gz |
[efi] Rename efi_pci.h to efi_pci_api.h
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/include/ipxe/pci_io.h')
-rw-r--r-- | src/include/ipxe/pci_io.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/ipxe/pci_io.h b/src/include/ipxe/pci_io.h index dab5b7807..7368cf48b 100644 --- a/src/include/ipxe/pci_io.h +++ b/src/include/ipxe/pci_io.h @@ -43,7 +43,7 @@ FILE_LICENCE ( GPL2_OR_LATER ); PROVIDE_SINGLE_API_INLINE ( PCIAPI_PREFIX_ ## _subsys, _api_func ) /* Include all architecture-independent I/O API headers */ -#include <ipxe/efi/efi_pci.h> +#include <ipxe/efi/efi_pci_api.h> /* Include all architecture-dependent I/O API headers */ #include <bits/pci_io.h> |