]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/framebuffer.h
Rename target_phys_addr_t to hwaddr
[mirror_qemu.git] / hw / framebuffer.h
index 527a6b85f812ffa56acda8660df25c1f461bb03f..46e375b5ecb74e87baebd585ff00ab1eb23838fc 100644 (file)
@@ -10,7 +10,7 @@ typedef void (*drawfn)(void *, uint8_t *, const uint8_t *, int, int);
 void framebuffer_update_display(
     DisplayState *ds,
     MemoryRegion *address_space,
-    target_phys_addr_t base,
+    hwaddr base,
     int cols,
     int rows,
     int src_width,