]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/pl110.c
Get rid of _t suffix
[mirror_qemu.git] / hw / pl110.c
index 173458a7cdffa0a2040face597c23dc9d131decd..41ae88db200e2ec66d09b432f88a200a14e4fb13 100644 (file)
@@ -226,7 +226,7 @@ static void pl110_update(pl110_state *s)
   /* TODO: Implement interrupts.  */
 }
 
-static uint32_t pl110_read(void *opaque, target_phys_addr_t offset)
+static uint32_t pl110_read(void *opaque, a_target_phys_addr offset)
 {
     pl110_state *s = (pl110_state *)opaque;
 
@@ -275,7 +275,7 @@ static uint32_t pl110_read(void *opaque, target_phys_addr_t offset)
     }
 }
 
-static void pl110_write(void *opaque, target_phys_addr_t offset,
+static void pl110_write(void *opaque, a_target_phys_addr offset,
                         uint32_t val)
 {
     pl110_state *s = (pl110_state *)opaque;