]> git.proxmox.com Git - qemu.git/blobdiff - hw/syborg_fb.c
Revert "Get rid of _t suffix"
[qemu.git] / hw / syborg_fb.c
index 766aa1af8ff928c717961d7d3505d1d16f2d6820..7be04a3526be3546cc910265ef8ad475b728205a 100644 (file)
@@ -285,7 +285,7 @@ static void syborg_fb_invalidate_display(void * opaque)
     s->need_update = 1;
 }
 
-static uint32_t syborg_fb_read(void *opaque, a_target_phys_addr offset)
+static uint32_t syborg_fb_read(void *opaque, target_phys_addr_t offset)
 {
     SyborgFBState *s = opaque;
 
@@ -356,7 +356,7 @@ static uint32_t syborg_fb_read(void *opaque, a_target_phys_addr offset)
     }
 }
 
-static void syborg_fb_write(void *opaque, a_target_phys_addr offset,
+static void syborg_fb_write(void *opaque, target_phys_addr_t offset,
                             uint32_t val)
 {
     SyborgFBState *s = opaque;