aboutsummaryrefslogtreecommitdiff
path: root/hw/apb_pci.h
diff options
context:
space:
mode:
Diffstat (limited to 'hw/apb_pci.h')
-rw-r--r--hw/apb_pci.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/hw/apb_pci.h b/hw/apb_pci.h
index 8869f9d32..55f7c4c3b 100644
--- a/hw/apb_pci.h
+++ b/hw/apb_pci.h
@@ -5,5 +5,6 @@
PCIBus *pci_apb_init(target_phys_addr_t special_base,
target_phys_addr_t mem_base,
- qemu_irq *pic, PCIBus **bus2, PCIBus **bus3);
+ qemu_irq *ivec_irqs, PCIBus **bus2, PCIBus **bus3,
+ qemu_irq **pbm_irqs);
#endif