diff options
Diffstat (limited to 'driver/charger/rt946x.h')
-rw-r--r-- | driver/charger/rt946x.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/driver/charger/rt946x.h b/driver/charger/rt946x.h index 48f9cd02e9..d597ac8aaa 100644 --- a/driver/charger/rt946x.h +++ b/driver/charger/rt946x.h @@ -311,4 +311,7 @@ int rt946x_is_vbus_ready(void); */ int rt946x_cutoff_battery(void); +/* Enable/Disable charge temination */ +int rt946x_enable_charge_termination(int en); + #endif /* __CROS_EC_RT946X_H */ |