mirror of
https://github.com/ipxe/ipxe
synced 2025-12-26 09:32:33 +03:00
[pci] Replace pci_max_bus() with pci_num_bus()
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -73,7 +73,7 @@ int efipci_write ( struct pci_device *pci, unsigned long location,
|
||||
return 0;
|
||||
}
|
||||
|
||||
PROVIDE_PCIAPI_INLINE ( efi, pci_max_bus );
|
||||
PROVIDE_PCIAPI_INLINE ( efi, pci_num_bus );
|
||||
PROVIDE_PCIAPI_INLINE ( efi, pci_read_config_byte );
|
||||
PROVIDE_PCIAPI_INLINE ( efi, pci_read_config_word );
|
||||
PROVIDE_PCIAPI_INLINE ( efi, pci_read_config_dword );
|
||||
|
||||
Reference in New Issue
Block a user