]> Git Repo - qemu.git/blobdiff - hw/display/vga_int.h
vga: pass owner to vga_init_io
[qemu.git] / hw / display / vga_int.h
index 5121a35a275c3eb28187404369d5a0e51817d234..e6418906a78dffc160fcde5db6afacfaf3b25956 100644 (file)
@@ -180,7 +180,7 @@ static inline int c6_to_8(int v)
 void vga_common_init(VGACommonState *s, Object *obj);
 void vga_init(VGACommonState *s, Object *obj, MemoryRegion *address_space,
               MemoryRegion *address_space_io, bool init_vga_ports);
-MemoryRegion *vga_init_io(VGACommonState *s,
+MemoryRegion *vga_init_io(VGACommonState *s, Object *obj,
                           const MemoryRegionPortio **vga_ports,
                           const MemoryRegionPortio **vbe_ports);
 void vga_common_reset(VGACommonState *s);
This page took 0.023061 seconds and 4 git commands to generate.