diff options
Diffstat (limited to 'hw/pc.h')
| -rw-r--r-- | hw/pc.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/hw/pc.h b/hw/pc.h index ec34db7385..d871fd8a62 100644 --- a/hw/pc.h +++ b/hw/pc.h @@ -212,11 +212,12 @@ static inline int isa_vga_init(void) int pci_vga_init(PCIBus *bus); int isa_vga_mm_init(target_phys_addr_t vram_base, - target_phys_addr_t ctrl_base, int it_shift); + target_phys_addr_t ctrl_base, int it_shift, + MemoryRegion *address_space); /* cirrus_vga.c */ void pci_cirrus_vga_init(PCIBus *bus); -void isa_cirrus_vga_init(void); +void isa_cirrus_vga_init(MemoryRegion *address_space); /* ne2000.c */ static inline bool isa_ne2000_init(int base, int irq, NICInfo *nd) |