]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/arm_sysctl.c
Get rid of _t suffix
[mirror_qemu.git] / hw / arm_sysctl.c
index 26300ef8ad446ff9d77746f182ea141c598e9e26..624f1128ca97769ef3a45a49f9fc9c6b6995d0bc 100644 (file)
@@ -27,7 +27,7 @@ typedef struct {
     uint32_t resetlevel;
 } arm_sysctl_state;
 
-static uint32_t arm_sysctl_read(void *opaque, target_phys_addr_t offset)
+static uint32_t arm_sysctl_read(void *opaque, a_target_phys_addr offset)
 {
     arm_sysctl_state *s = (arm_sysctl_state *)opaque;
 
@@ -104,7 +104,7 @@ static uint32_t arm_sysctl_read(void *opaque, target_phys_addr_t offset)
     }
 }
 
-static void arm_sysctl_write(void *opaque, target_phys_addr_t offset,
+static void arm_sysctl_write(void *opaque, a_target_phys_addr offset,
                           uint32_t val)
 {
     arm_sysctl_state *s = (arm_sysctl_state *)opaque;