From 25a18cbd27d1556aafe268d48bffbb3c883de081 Mon Sep 17 00:00:00 2001 From: Juan Quintela Date: Mon, 31 Aug 2009 16:07:19 +0200 Subject: vga and cirrus_vga: create vga_ioport_invalid() and use it everywhere Signed-off-by: Juan Quintela Signed-off-by: Anthony Liguori --- hw/vga_int.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'hw/vga_int.h') diff --git a/hw/vga_int.h b/hw/vga_int.h index 9ff205d861..c162c07103 100644 --- a/hw/vga_int.h +++ b/hw/vga_int.h @@ -214,6 +214,8 @@ void vga_draw_cursor_line_32(uint8_t *d1, const uint8_t *src1, unsigned int color0, unsigned int color1, unsigned int color_xor); +int vga_ioport_invalid(VGACommonState *s, uint32_t addr); + extern const uint8_t sr_mask[8]; extern const uint8_t gr_mask[16]; -- cgit v1.2.1