mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
Introduce vga_common_reset() to be able to typcheck vga_reset()
Signed-off-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
63124a0d88
commit
03a3e7ba5a
3 changed files with 9 additions and 5 deletions
|
@ -192,7 +192,7 @@ static inline int c6_to_8(int v)
|
|||
|
||||
void vga_common_init(VGAState *s, int vga_ram_size);
|
||||
void vga_init(VGAState *s);
|
||||
void vga_reset(void *s);
|
||||
void vga_common_reset(VGACommonState *s);
|
||||
|
||||
void vga_dirty_log_start(VGAState *s);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue