]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/apb_pci.h
Rename target_phys_addr_t to hwaddr
[mirror_qemu.git] / hw / apb_pci.h
index 55f7c4c3b21b859848f693e1572df4881fb84447..736db6118e1d627856a03247446a34f22492a69d 100644 (file)
@@ -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