summaryrefslogtreecommitdiff
path: root/include/charger.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/charger.h')
-rw-r--r--include/charger.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/charger.h b/include/charger.h
index d29d66ed30..c73f0b6d33 100644
--- a/include/charger.h
+++ b/include/charger.h
@@ -49,6 +49,8 @@ void charger_get_params(struct charger_params *chg);
#define CHG_FLAG_BAD_INPUT_CURRENT 0x00000004
#define CHG_FLAG_BAD_STATUS 0x00000008
#define CHG_FLAG_BAD_OPTION 0x00000010
+/* Bit to indicate that the charger data has been initialized */
+#define CHG_FLAG_INITIALIZED 0x00000020
/* All of the above CHG_FLAG_BAD_* bits */
#define CHG_FLAG_BAD_ANY 0x0000001f