summaryrefslogtreecommitdiff
path: root/include/charger.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/charger.h')
-rw-r--r--include/charger.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/charger.h b/include/charger.h
index bb84990856..8b65c388f3 100644
--- a/include/charger.h
+++ b/include/charger.h
@@ -107,5 +107,8 @@ int charger_device_id(int *id);
int charger_get_option(int *option);
int charger_set_option(int option);
+/* Print all charger info for debugging purposes */
+void print_charger_debug(void);
+
#endif /* __CROS_EC_CHARGER_H */