summaryrefslogtreecommitdiffstats
path: root/qemu/include/hw/acpi/piix4.h
diff options
context:
space:
mode:
Diffstat (limited to 'qemu/include/hw/acpi/piix4.h')
-rw-r--r--qemu/include/hw/acpi/piix4.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/qemu/include/hw/acpi/piix4.h b/qemu/include/hw/acpi/piix4.h
new file mode 100644
index 000000000..65e6fd7aa
--- /dev/null
+++ b/qemu/include/hw/acpi/piix4.h
@@ -0,0 +1,8 @@
+#ifndef HW_ACPI_PIIX4_H
+#define HW_ACPI_PIIX4_H
+
+#include "qemu/typedefs.h"
+
+Object *piix4_pm_find(void);
+
+#endif