aboutsummaryrefslogtreecommitdiff
path: root/hw/vga-pci.h
diff options
context:
space:
mode:
Diffstat (limited to 'hw/vga-pci.h')
-rw-r--r--hw/vga-pci.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/hw/vga-pci.h b/hw/vga-pci.h
deleted file mode 100644
index 49abf1309..000000000
--- 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_vga_init(PCIBus *bus);
-
-/* cirrus_vga.c */
-DeviceState *pci_cirrus_vga_init(PCIBus *bus);
-
-#endif