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