]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/vga_int.h
Rename target_phys_addr_t to hwaddr
[mirror_qemu.git] / hw / vga_int.h
index 144e7d3c35faff8482e7204aedd7ccbf42405cbb..22f1706adfb52dde4ff26c628d9f374ccd969e3e 100644 (file)
@@ -190,8 +190,8 @@ void vga_dirty_log_stop(VGACommonState *s);
 extern const VMStateDescription vmstate_vga_common;
 uint32_t vga_ioport_read(void *opaque, uint32_t addr);
 void vga_ioport_write(void *opaque, uint32_t addr, uint32_t val);
-uint32_t vga_mem_readb(VGACommonState *s, target_phys_addr_t addr);
-void vga_mem_writeb(VGACommonState *s, target_phys_addr_t addr, uint32_t val);
+uint32_t vga_mem_readb(VGACommonState *s, hwaddr addr);
+void vga_mem_writeb(VGACommonState *s, hwaddr addr, uint32_t val);
 void vga_invalidate_scanlines(VGACommonState *s, int y1, int y2);
 void ppm_save(const char *filename, struct DisplaySurface *ds, Error **errp);