summaryrefslogtreecommitdiff
path: root/include/pmu_tpschrome.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/pmu_tpschrome.h')
-rw-r--r--include/pmu_tpschrome.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/pmu_tpschrome.h b/include/pmu_tpschrome.h
index 57fb84a4a4..5d65b73b45 100644
--- a/include/pmu_tpschrome.h
+++ b/include/pmu_tpschrome.h
@@ -184,5 +184,11 @@ int pmu_blink_led(int enable);
* */
void pmu_init(void);
+/**
+ * Shut down the pmu, by resetting it's registers to disable it's FETs,
+ * DCDCs and ADC.
+ */
+int pmu_shutdown(void);
+
#endif /* __CROS_EC_TPSCHROME_H */