summaryrefslogtreecommitdiffstats
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, 12 insertions, 0 deletions
diff --git a/hw/vga-pci.h b/hw/vga-pci.h
new file mode 100644
index 0000000..49abf13
--- /dev/null
+++ b/hw/vga-pci.h
@@ -0,0 +1,12 @@
+#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
OpenPOWER on IntegriCloud