aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/samsung/exynos5-common/power.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/samsung/exynos5-common/power.h')
-rw-r--r--src/cpu/samsung/exynos5-common/power.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/cpu/samsung/exynos5-common/power.h b/src/cpu/samsung/exynos5-common/power.h
index 57e2a2ba19..ff98123d6d 100644
--- a/src/cpu/samsung/exynos5-common/power.h
+++ b/src/cpu/samsung/exynos5-common/power.h
@@ -39,4 +39,7 @@
#define S5PC110_USB_PHY_CON 0xE010E80C
#define S5PC110_INFORM0 0xE010F000
+/* Enable HW thermal trip with PS_HOLD_CONTROL register ENABLE_HW_TRIP bit */
+void power_enable_hw_thermal_trip(void);
+
#endif