xref: /qemu/include/hw/acpi/piix4.h (revision a719a27c824ea5e70f5bf6f3c8d13a8c1d6b1bfe)
1 #ifndef HW_ACPI_PIIX4_H
2 #define HW_ACPI_PIIX4_H
3 
4 #include "qemu/typedefs.h"
5 
6 Object *piix4_pm_find(void);
7 
8 #endif
9