diff options
Diffstat (limited to 'hw/vga_int.h')
-rw-r--r-- | hw/vga_int.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/vga_int.h b/hw/vga_int.h index 0c6ae7e71d..39b7367dff 100644 --- a/hw/vga_int.h +++ b/hw/vga_int.h @@ -193,6 +193,7 @@ static inline int c6_to_8(int v) void vga_common_init(VGAState *s, DisplayState *ds, uint8_t *vga_ram_base, ram_addr_t vga_ram_offset, int vga_ram_size); void vga_init(VGAState *s); +void vga_reset(void *s); void vga_dirty_log_start(VGAState *s); void vga_dirty_log_stop(VGAState *s); |