diff options
Diffstat (limited to 'hw/apb_pci.h')
-rw-r--r-- | hw/apb_pci.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/apb_pci.h b/hw/apb_pci.h index 55f7c4c..736db61 100644 --- a/hw/apb_pci.h +++ b/hw/apb_pci.h @@ -3,8 +3,8 @@ #include "qemu-common.h" -PCIBus *pci_apb_init(target_phys_addr_t special_base, - target_phys_addr_t mem_base, +PCIBus *pci_apb_init(hwaddr special_base, + hwaddr mem_base, qemu_irq *ivec_irqs, PCIBus **bus2, PCIBus **bus3, qemu_irq **pbm_irqs); #endif |