summaryrefslogtreecommitdiffstats
path: root/qemu/include/hw/pci/pci_bridge.h
diff options
context:
space:
mode:
Diffstat (limited to 'qemu/include/hw/pci/pci_bridge.h')
-rw-r--r--qemu/include/hw/pci/pci_bridge.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/qemu/include/hw/pci/pci_bridge.h b/qemu/include/hw/pci/pci_bridge.h
index 93b621cef..ed4aff6cd 100644
--- a/qemu/include/hw/pci/pci_bridge.h
+++ b/qemu/include/hw/pci/pci_bridge.h
@@ -48,7 +48,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, const char *typename);
+void pci_bridge_initfn(PCIDevice *pci_dev, const char *typename);
void pci_bridge_exitfn(PCIDevice *pci_dev);