summaryrefslogtreecommitdiff
path: root/include/thermal.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/thermal.h')
-rw-r--r--include/thermal.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/thermal.h b/include/thermal.h
index 62e16cb7c2..7628cfd6ae 100644
--- a/include/thermal.h
+++ b/include/thermal.h
@@ -19,4 +19,7 @@ extern struct ec_thermal_config thermal_params[];
/* Helper function to compute percent cooling */
int thermal_fan_percent(int low, int high, int cur);
+/* Allow board custom fan control */
+void board_override_fan_control(int fan, int *tmp);
+
#endif /* __CROS_EC_THERMAL_H */