aboutsummaryrefslogtreecommitdiffstats
path: root/hw/vga_int.h
diff options
context:
space:
mode:
authorJuan Quintela <quintela@redhat.com>2009-08-31 16:07:19 +0200
committerAnthony Liguori <aliguori@us.ibm.com>2009-09-09 14:55:13 -0500
commit25a18cbd27d1556aafe268d48bffbb3c883de081 (patch)
tree046283453fc067a1bac2acc8a508836e922f685a /hw/vga_int.h
parent79b97bf2e7f33ca4338fe3d83f2a38c97450d350 (diff)
vga and cirrus_vga: create vga_ioport_invalid() and use it everywhere
Signed-off-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'hw/vga_int.h')
-rw-r--r--hw/vga_int.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/vga_int.h b/hw/vga_int.h
index 9ff205d86..c162c0710 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];