mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
PCI: delete unused mem_base and pci_to_cpu_addr
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
parent
de18f87eb1
commit
f64e02b6cc
2 changed files with 1 additions and 15 deletions
2
hw/pci.h
2
hw/pci.h
|
@ -255,8 +255,6 @@ PCIBus *pci_register_bus(DeviceState *parent, const char *name,
|
|||
void pci_device_reset(PCIDevice *dev);
|
||||
void pci_bus_reset(PCIBus *bus);
|
||||
|
||||
void pci_bus_set_mem_base(PCIBus *bus, target_phys_addr_t base);
|
||||
|
||||
PCIDevice *pci_nic_init(NICInfo *nd, const char *default_model,
|
||||
const char *default_devaddr);
|
||||
PCIDevice *pci_nic_init_nofail(NICInfo *nd, const char *default_model,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue