diff options
Diffstat (limited to 'hw/vga-pci.h')
-rw-r--r-- | hw/vga-pci.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/vga-pci.h b/hw/vga-pci.h index 49abf13..d111cdc 100644 --- a/hw/vga-pci.h +++ b/hw/vga-pci.h @@ -4,7 +4,7 @@ #include "qemu-common.h" /* vga-pci.c */ -DeviceState *pci_vga_init(PCIBus *bus); +DeviceState *pci_std_vga_init(PCIBus *bus); /* cirrus_vga.c */ DeviceState *pci_cirrus_vga_init(PCIBus *bus); |