aboutsummaryrefslogtreecommitdiff
path: root/hw/vga_int.h
diff options
context:
space:
mode:
authorths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>2007-04-29 01:47:26 +0000
committerths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>2007-04-29 01:47:26 +0000
commit2abec30bcf132b4f9e5911c4155e2a32a33665e9 (patch)
treebdf78b890ca25eb82c00fc33ef13721363b5f880 /hw/vga_int.h
parent509b8ab2cc082759ac06a5c0fb5e6012022b17cb (diff)
Memory-mapped interface for VGA, by Herve Poussineau.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2740 c046a42c-6fe2-441c-8c8c-71466251a162
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 e7df0f72bf..7b1624743d 100644
--- a/hw/vga_int.h
+++ b/hw/vga_int.h
@@ -85,6 +85,8 @@
unsigned int vram_size; \
unsigned long bios_offset; \
unsigned int bios_size; \
+ target_phys_addr_t base_ctrl; \
+ int it_shift; \
PCIDevice *pci_dev; \
uint32_t latch; \
uint8_t sr_index; \