|
iPXE
|
Null PCI API. More...
#include <ipxe/pci.h>Go to the source code of this file.
Functions | |
| FILE_LICENCE (GPL2_OR_LATER_OR_UBDL) | |
| PROVIDE_PCIAPI_INLINE (null, pci_can_probe) | |
| PROVIDE_PCIAPI_INLINE (null, pci_discover) | |
| PROVIDE_PCIAPI_INLINE (null, pci_read_config_byte) | |
| PROVIDE_PCIAPI_INLINE (null, pci_read_config_word) | |
| PROVIDE_PCIAPI_INLINE (null, pci_read_config_dword) | |
| PROVIDE_PCIAPI_INLINE (null, pci_write_config_byte) | |
| PROVIDE_PCIAPI_INLINE (null, pci_write_config_word) | |
| PROVIDE_PCIAPI_INLINE (null, pci_write_config_dword) | |
| PROVIDE_PCIAPI_INLINE (null, pci_ioremap) | |
Null PCI API.
Definition in file null_pci.c.
| FILE_LICENCE | ( | GPL2_OR_LATER_OR_UBDL | ) |
| PROVIDE_PCIAPI_INLINE | ( | null | , |
| pci_can_probe | |||
| ) |
| PROVIDE_PCIAPI_INLINE | ( | null | , |
| pci_discover | |||
| ) |
| PROVIDE_PCIAPI_INLINE | ( | null | , |
| pci_read_config_byte | |||
| ) |
| PROVIDE_PCIAPI_INLINE | ( | null | , |
| pci_read_config_word | |||
| ) |
| PROVIDE_PCIAPI_INLINE | ( | null | , |
| pci_read_config_dword | |||
| ) |
| PROVIDE_PCIAPI_INLINE | ( | null | , |
| pci_write_config_byte | |||
| ) |
| PROVIDE_PCIAPI_INLINE | ( | null | , |
| pci_write_config_word | |||
| ) |
| PROVIDE_PCIAPI_INLINE | ( | null | , |
| pci_write_config_dword | |||
| ) |
| PROVIDE_PCIAPI_INLINE | ( | null | , |
| pci_ioremap | |||
| ) |
1.8.15