]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/slavio_timer.c
Revert "Get rid of _t suffix"
[mirror_qemu.git] / hw / slavio_timer.c
index e94f439cef321cfb1c1a957a57dcbe3a2498415f..b745a4b1afd0d70922196b79120e39a8fa4de988 100644 (file)
@@ -133,7 +133,7 @@ static void slavio_timer_irq(void *opaque)
     }
 }
 
-static uint32_t slavio_timer_mem_readl(void *opaque, a_target_phys_addr addr)
+static uint32_t slavio_timer_mem_readl(void *opaque, target_phys_addr_t addr)
 {
     TimerContext *tc = opaque;
     SLAVIO_TIMERState *s = tc->s;
@@ -193,7 +193,7 @@ static uint32_t slavio_timer_mem_readl(void *opaque, a_target_phys_addr addr)
     return ret;
 }
 
-static void slavio_timer_mem_writel(void *opaque, a_target_phys_addr addr,
+static void slavio_timer_mem_writel(void *opaque, target_phys_addr_t addr,
                                     uint32_t val)
 {
     TimerContext *tc = opaque;