diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2011-02-13 14:01:05 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2011-02-20 09:34:31 +0000 |
commit | 7435b791ca9c76b11a9dba4beb60656f951432c1 (patch) | |
tree | bf3186d1b68a69c9fa3bd3e4ee19c25d6b81a3d7 /hw/vga_int.h | |
parent | 1c9c5fcdfef9d97e5f6d4ce37d41a205a26f0347 (diff) |
vga-isa: convert to qdev
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
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 1067f2cc5f..d2811bdf1c 100644 --- a/hw/vga_int.h +++ b/hw/vga_int.h @@ -191,6 +191,7 @@ static inline int c6_to_8(int v) void vga_common_init(VGACommonState *s, int vga_ram_size); void vga_init(VGACommonState *s); +int vga_init_io(VGACommonState *s); void vga_common_reset(VGACommonState *s); void vga_dirty_log_start(VGACommonState *s); |