diff options
author | Philippe Mathieu-Daudé <philmd@redhat.com> | 2019-04-27 16:40:23 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2019-05-17 15:19:19 +0200 |
commit | f5e0a8f42fbc5c7c2b8c0720ee657aba6cc122fd (patch) | |
tree | bff566db2b2dae4436703c0555f03f5c13f57fdc /include/hw | |
parent | 39adb536b3502060206c7515a50fb8faad22f51f (diff) | |
download | qemu-f5e0a8f42fbc5c7c2b8c0720ee657aba6cc122fd.zip |
hw/acpi/piix4: Move TYPE_PIIX4_PM to a public header
Move the TYPE_PIIX4_PM definition to the corresponding header,
so other files can use it.
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20190427144025.22880-2-philmd@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'include/hw')
-rw-r--r-- | include/hw/acpi/piix4.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/hw/acpi/piix4.h b/include/hw/acpi/piix4.h index 26c2370e30..57d7e1cda2 100644 --- a/include/hw/acpi/piix4.h +++ b/include/hw/acpi/piix4.h @@ -1,6 +1,8 @@ #ifndef HW_ACPI_PIIX4_H #define HW_ACPI_PIIX4_H +#define TYPE_PIIX4_PM "PIIX4_PM" + Object *piix4_pm_find(void); #endif |