summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/power/sc7180.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/power/sc7180.h b/include/power/sc7180.h
index 4b61fe539c..af066ea714 100644
--- a/include/power/sc7180.h
+++ b/include/power/sc7180.h
@@ -18,4 +18,9 @@ enum power_signal {
};
#endif
+/* Swithcap functions */
+void board_set_switchcap_power(int enable);
+int board_is_switchcap_enabled(void);
+int board_is_switchcap_power_good(void);
+
#endif /* __CROS_EC_POWER_SC7180_H_ */