blob: 49abf1309ddebb6f42a68ea07fba1e1b90384cff [file] [log] [blame]
zhlcindy@gmail.comc1195d12012-08-06 16:41:59 +00001#ifndef VGA_PCI_H
2#define VGA_PCI_H
3
4#include "qemu-common.h"
5
6/* vga-pci.c */
7DeviceState *pci_vga_init(PCIBus *bus);
8
9/* cirrus_vga.c */
10DeviceState *pci_cirrus_vga_init(PCIBus *bus);
11
12#endif