aboutsummaryrefslogtreecommitdiffstats
path: root/hw/vmware_vga.h
diff options
context:
space:
mode:
Diffstat (limited to 'hw/vmware_vga.h')
-rw-r--r--hw/vmware_vga.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/hw/vmware_vga.h b/hw/vmware_vga.h
new file mode 100644
index 000000000..2e0813c81
--- /dev/null
+++ b/hw/vmware_vga.h
@@ -0,0 +1,9 @@
+#ifndef QEMU_VMWARE_VGA_H
+#define QEMU_VMWARE_VGA_H
+
+#include "qemu-common.h"
+
+/* vmware_vga.c */
+void pci_vmsvga_init(PCIBus *bus);
+
+#endif