]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/piix_pci.c
Get rid of _t suffix
[mirror_qemu.git] / hw / piix_pci.c
index edd6df07e313a23ac180fce0ab39811591ca2299..ef313ce3244aff2b50cdde6ed2ccccdda2cb0463 100644 (file)
@@ -28,7 +28,7 @@
 #include "isa.h"
 #include "sysbus.h"
 
-typedef uint32_t pci_addr_t;
+typedef uint32_t a_pci_addr;
 #include "pci_host.h"
 
 typedef PCIHostState I440FXState;
@@ -45,7 +45,7 @@ typedef struct PIIX3IrqState {
 
 struct PCII440FXState {
     PCIDevice dev;
-    target_phys_addr_t isa_page_descs[384 / 4];
+    a_target_phys_addr isa_page_descs[384 / 4];
     uint8_t smm_enabled;
     PIIX3IrqState *irq_state;
 };