diff options
Diffstat (limited to 'include/hw/acpi/piix4.h')
| -rw-r--r-- | include/hw/acpi/piix4.h | 2 |
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 |