target-mips: Fix some helper functions (VR54xx multiplication)
[qemu.git] / hw / vga-pci.h
blob49abf1309ddebb6f42a68ea07fba1e1b90384cff
1 #ifndef VGA_PCI_H
2 #define VGA_PCI_H
4 #include "qemu-common.h"
6 /* vga-pci.c */
7 DeviceState *pci_vga_init(PCIBus *bus);
9 /* cirrus_vga.c */
10 DeviceState *pci_cirrus_vga_init(PCIBus *bus);
12 #endif