summaryrefslogtreecommitdiff
path: root/driver/charger/isl923x.h
diff options
context:
space:
mode:
Diffstat (limited to 'driver/charger/isl923x.h')
-rw-r--r--driver/charger/isl923x.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/driver/charger/isl923x.h b/driver/charger/isl923x.h
index 0f9605f2de..e4d6f72502 100644
--- a/driver/charger/isl923x.h
+++ b/driver/charger/isl923x.h
@@ -325,6 +325,9 @@ enum isl9237_fsm_state {
#define INPUT_I_STEP 4
#define I2C_ADDR_CHARGER_FLAGS ISL923X_ADDR_FLAGS
+
+extern const struct charger_drv isl923x_drv;
+
#endif /* __CROS_EC_ISL923X_H */
/**