diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2011-09-03 16:41:21 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2011-09-10 14:56:04 +0000 |
commit | f64e02b6cc17d6c9c096ec2c89af75dc8e56666b (patch) | |
tree | 6a5beede13ac841600dc17b993130c379b2ab9aa /hw/pci.h | |
parent | de18f87eb15801b8e2aef4e5e6cde7299dc7f12b (diff) |
PCI: delete unused mem_base and pci_to_cpu_addr
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'hw/pci.h')
-rw-r--r-- | hw/pci.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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, |