aboutsummaryrefslogtreecommitdiff
path: root/hw/display/acpi-vga-stub.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/display/acpi-vga-stub.c')
-rw-r--r--hw/display/acpi-vga-stub.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/hw/display/acpi-vga-stub.c b/hw/display/acpi-vga-stub.c
new file mode 100644
index 0000000000..a9b0ecf76d
--- /dev/null
+++ b/hw/display/acpi-vga-stub.c
@@ -0,0 +1,7 @@
+#include "qemu/osdep.h"
+#include "hw/acpi/acpi_aml_interface.h"
+#include "vga_int.h"
+
+void build_vga_aml(AcpiDevAmlIf *adev, Aml *scope)
+{
+}