diff options
| author | Michael Brown | 2013-07-13 12:42:40 +0200 |
|---|---|---|
| committer | Michael Brown | 2013-07-13 12:44:45 +0200 |
| commit | d8392851d2d5cfe0a7f79c2dab29219f59affa60 (patch) | |
| tree | 9c9f9b7167a07518892075d3267f53c3d94f4679 /src/include/ipxe/pci_io.h | |
| parent | [settings] Add "busdevfn" setting type (diff) | |
| download | ipxe-d8392851d2d5cfe0a7f79c2dab29219f59affa60.tar.gz ipxe-d8392851d2d5cfe0a7f79c2dab29219f59affa60.tar.xz ipxe-d8392851d2d5cfe0a7f79c2dab29219f59affa60.zip | |
[linux] Add support for accessing PCI configuration space via /proc/bus/pci
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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/ipxe/pci_io.h b/src/include/ipxe/pci_io.h index 7368cf48b..781b77fe1 100644 --- a/src/include/ipxe/pci_io.h +++ b/src/include/ipxe/pci_io.h @@ -44,6 +44,7 @@ FILE_LICENCE ( GPL2_OR_LATER ); /* Include all architecture-independent I/O API headers */ #include <ipxe/efi/efi_pci_api.h> +#include <ipxe/linux/linux_pci.h> /* Include all architecture-dependent I/O API headers */ #include <bits/pci_io.h> |
