summaryrefslogtreecommitdiffstats
path: root/src/include/acpi
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2020-06-07 12:01:58 +0300
committerAngel Pons <th3fanbus@gmail.com>2020-11-19 22:58:41 +0000
commite0d38680d4daeeebc2fcc580c23b7305be577ac2 (patch)
tree419c1136aef2520dff5a528653cf8723ba26f6f8 /src/include/acpi
parent4a3f67a9f22f52c2f495cf3708ffb2a92bd9fa70 (diff)
downloadcoreboot-e0d38680d4daeeebc2fcc580c23b7305be577ac2.tar.gz
coreboot-e0d38680d4daeeebc2fcc580c23b7305be577ac2.tar.bz2
coreboot-e0d38680d4daeeebc2fcc580c23b7305be577ac2.zip
ACPI: Define acpi_get_preferred_pm_profile()
Change-Id: I2e7f22ccccc6c0df8e7e9f354c50893a53a41714 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/42140 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/include/acpi')
-rw-r--r--src/include/acpi/acpi.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/acpi/acpi.h b/src/include/acpi/acpi.h
index 839d48599037..f6eb772ac70d 100644
--- a/src/include/acpi/acpi.h
+++ b/src/include/acpi/acpi.h
@@ -1045,6 +1045,8 @@ static inline int acpi_sleep_from_pm1(uint32_t pm1_cnt)
}
#endif
+uint8_t acpi_get_preferred_pm_profile(void);
+
/* Returns ACPI_Sx values. */
int acpi_get_sleep_type(void);