aboutsummaryrefslogtreecommitdiff
path: root/include/linux/power/htc_battery.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/power/htc_battery.h')
-rw-r--r--include/linux/power/htc_battery.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/power/htc_battery.h b/include/linux/power/htc_battery.h
index 94247c346f80..b5662e84e2f5 100644
--- a/include/linux/power/htc_battery.h
+++ b/include/linux/power/htc_battery.h
@@ -154,6 +154,7 @@ struct htc_battery_info {
struct power_supply *usb_psy;
struct power_supply *parallel_psy;
int critical_low_voltage_mv;
+ int force_shutdown_batt_vol;
int smooth_chg_full_delay_min;
int decreased_batt_level_check;
int batt_full_voltage_mv;
@@ -161,6 +162,7 @@ struct htc_battery_info {
int batt_eoc_current_ma;
int overload_curr_thr_ma;
struct wake_lock charger_exist_lock;
+ struct wake_lock batt_shutdown_lock;
struct delayed_work chg_full_check_work;
struct delayed_work is_usb_overheat_work;
struct delayed_work chk_unknown_chg_work;