diff options
Diffstat (limited to 'hw/vga-pci.h')
-rw-r--r-- | hw/vga-pci.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/hw/vga-pci.h b/hw/vga-pci.h deleted file mode 100644 index d111cdc..0000000 --- a/hw/vga-pci.h +++ /dev/null @@ -1,12 +0,0 @@ -#ifndef VGA_PCI_H -#define VGA_PCI_H - -#include "qemu-common.h" - -/* vga-pci.c */ -DeviceState *pci_std_vga_init(PCIBus *bus); - -/* cirrus_vga.c */ -DeviceState *pci_cirrus_vga_init(PCIBus *bus); - -#endif |