aboutsummaryrefslogtreecommitdiff
path: root/include/hw/acpi/piix4.h
blob: 57d7e1cda203823d6220f31d5ce75df227a55043 (plain)
1
2
3
4
5
6
7
8
#ifndef HW_ACPI_PIIX4_H
#define HW_ACPI_PIIX4_H

#define TYPE_PIIX4_PM "PIIX4_PM"

Object *piix4_pm_find(void);

#endif