summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2017-01-18 05:31:22 -0800
committerGerrit - the friendly Code Review server <code-review@localhost>2017-01-18 05:31:21 -0800
commit14bfad67bb14db79ae9a8e36f63b00fc840fe23b (patch)
treeb17f259824eeaf7eb0a190c5eef2b628c083b8b0 /include/linux
parent3c52c85809056b939488700a8fe0a54b3beaae8c (diff)
parentbafe291f17e9706637e612a8ebc8d777c6067849 (diff)
Merge "power_supply: add power supply property to support debug battery"
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/power_supply.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/power_supply.h b/include/linux/power_supply.h
index 20280ff20e52..de35fe9441fe 100644
--- a/include/linux/power_supply.h
+++ b/include/linux/power_supply.h
@@ -228,6 +228,7 @@ enum power_supply_property {
POWER_SUPPLY_PROP_PE_START,
POWER_SUPPLY_PROP_SET_SHIP_MODE,
POWER_SUPPLY_PROP_SOC_REPORTING_READY,
+ POWER_SUPPLY_PROP_DEBUG_BATTERY,
/* Local extensions of type int64_t */
POWER_SUPPLY_PROP_CHARGE_COUNTER_EXT,
/* Properties of type `const char *' */