summaryrefslogtreecommitdiff
path: root/hw/i386/acpi-build.h
diff options
context:
space:
mode:
Diffstat (limited to 'hw/i386/acpi-build.h')
-rw-r--r--hw/i386/acpi-build.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/hw/i386/acpi-build.h b/hw/i386/acpi-build.h
new file mode 100644
index 0000000000..e57b1aafdc
--- /dev/null
+++ b/hw/i386/acpi-build.h
@@ -0,0 +1,9 @@
+
+#ifndef HW_I386_ACPI_BUILD_H
+#define HW_I386_ACPI_BUILD_H
+
+#include "qemu/typedefs.h"
+
+void acpi_setup(PcGuestInfo *);
+
+#endif