mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00

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>
8 lines
120 B
C
8 lines
120 B
C
#ifndef HW_ACPI_PIIX4_H
|
|
#define HW_ACPI_PIIX4_H
|
|
|
|
#define TYPE_PIIX4_PM "PIIX4_PM"
|
|
|
|
Object *piix4_pm_find(void);
|
|
|
|
#endif
|