summary refs log tree commit diff stats
path: root/hw/pci/pci_bridge.h
diff options
context:
space:
mode:
authorAlex Williamson <alex.williamson@redhat.com>2013-03-14 16:01:11 -0600
committerMichael S. Tsirkin <mst@redhat.com>2013-03-26 21:02:18 +0200
commit60a0e44320cc2601236450fbe95d952830192a1d (patch)
tree1b7c7045b82c95019798fdf314be12d052e4a748 /hw/pci/pci_bridge.h
parentcf09458d644934976aa64e88bb41ef9a4cc2766a (diff)
downloadfocaccia-qemu-60a0e44320cc2601236450fbe95d952830192a1d.tar.gz
focaccia-qemu-60a0e44320cc2601236450fbe95d952830192a1d.zip
pci: Allow PCI bus creation interfaces to specify the type of bus
No change to any types.

Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'hw/pci/pci_bridge.h')
-rw-r--r--hw/pci/pci_bridge.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/pci/pci_bridge.h b/hw/pci/pci_bridge.h
index e549b78a38..1868f7aea8 100644
--- a/hw/pci/pci_bridge.h
+++ b/hw/pci/pci_bridge.h
@@ -43,7 +43,7 @@ void pci_bridge_disable_base_limit(PCIDevice *dev);
 void pci_bridge_reset_reg(PCIDevice *dev);
 void pci_bridge_reset(DeviceState *qdev);
 
-int pci_bridge_initfn(PCIDevice *pci_dev);
+int pci_bridge_initfn(PCIDevice *pci_dev, const char *typename);
 void pci_bridge_exitfn(PCIDevice *pci_dev);