]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/pl190.c
Get rid of _t suffix
[mirror_qemu.git] / hw / pl190.c
index a4bc9c15e15118f491aa36cddd84a8f38f4a2b20..1e8ab9ee25d7d23fd3759607c0b00581a52d4f4a 100644 (file)
@@ -85,7 +85,7 @@ static void pl190_update_vectors(pl190_state *s)
     pl190_update(s);
 }
 
-static uint32_t pl190_read(void *opaque, target_phys_addr_t offset)
+static uint32_t pl190_read(void *opaque, a_target_phys_addr offset)
 {
     pl190_state *s = (pl190_state *)opaque;
     int i;
@@ -141,7 +141,7 @@ static uint32_t pl190_read(void *opaque, target_phys_addr_t offset)
     }
 }
 
-static void pl190_write(void *opaque, target_phys_addr_t offset, uint32_t val)
+static void pl190_write(void *opaque, a_target_phys_addr offset, uint32_t val)
 {
     pl190_state *s = (pl190_state *)opaque;