diff options
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 b33ab575da..e4a4a46cd4 100644 --- a/hw/vga_int.h +++ b/hw/vga_int.h @@ -83,6 +83,7 @@ unsigned int vram_size; \ unsigned long bios_offset; \ unsigned int bios_size; \ + PCIDevice *pci_dev; \ uint32_t latch; \ uint8_t sr_index; \ uint8_t sr[256]; \ |