summaryrefslogtreecommitdiff
path: root/baseboard/kukui/charger_mt6370.h
diff options
context:
space:
mode:
Diffstat (limited to 'baseboard/kukui/charger_mt6370.h')
-rw-r--r--baseboard/kukui/charger_mt6370.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/baseboard/kukui/charger_mt6370.h b/baseboard/kukui/charger_mt6370.h
index 9cf1b44d95..880b00a1a8 100644
--- a/baseboard/kukui/charger_mt6370.h
+++ b/baseboard/kukui/charger_mt6370.h
@@ -10,4 +10,12 @@
void mt6370_charger_profile_override(struct charge_state_data *curr);
+struct mt6370_thermal_bound {
+ /* mt6370 junction's thermal target in Celsius degree */
+ int target;
+ /* mt6370 junction's thermal evaluation error in Celsius degree */
+ int err;
+};
+
+extern struct mt6370_thermal_bound thermal_bound;
#endif