summary refs log tree commit diff stats
path: root/include/hw/acpi/piix4.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/hw/acpi/piix4.h')
-rw-r--r--include/hw/acpi/piix4.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hw/acpi/piix4.h b/include/hw/acpi/piix4.h
index 26c2370e30..028bb53e3d 100644
--- a/include/hw/acpi/piix4.h
+++ b/include/hw/acpi/piix4.h
@@ -1,6 +1,6 @@
 #ifndef HW_ACPI_PIIX4_H
 #define HW_ACPI_PIIX4_H
 
-Object *piix4_pm_find(void);
+#define TYPE_PIIX4_PM "PIIX4_PM"
 
 #endif