]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/pl181.c
Get rid of _t suffix
[mirror_qemu.git] / hw / pl181.c
index 7282053053f640ef623c1525d25e8688d57e703b..d92bad6eba13d7353dda43ee0c51d6b2bc0edb96 100644 (file)
@@ -256,7 +256,7 @@ static void pl181_fifo_run(pl181_state *s)
     }
 }
 
-static uint32_t pl181_read(void *opaque, target_phys_addr_t offset)
+static uint32_t pl181_read(void *opaque, a_target_phys_addr offset)
 {
     pl181_state *s = (pl181_state *)opaque;
     uint32_t tmp;
@@ -338,7 +338,7 @@ static uint32_t pl181_read(void *opaque, target_phys_addr_t offset)
     }
 }
 
-static void pl181_write(void *opaque, target_phys_addr_t offset,
+static void pl181_write(void *opaque, a_target_phys_addr offset,
                           uint32_t value)
 {
     pl181_state *s = (pl181_state *)opaque;