summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@quicinc.com>2017-08-03 10:07:58 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2017-08-03 10:07:58 -0700
commit0e4e7eab42c67ad2887eee27f5940913ee582c73 (patch)
tree2a14d308fb85b29731c9f2f6d4244c90587b85e2 /include/linux
parentf473715d773f19b43ee7a4ca8d6c122a7d0286d3 (diff)
parent175907d3d24005e8557dbff1808649cabbf9414a (diff)
Merge "power: fg-util: add median filter for circular buffer"
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/power_supply.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/power_supply.h b/include/linux/power_supply.h
index b584e353306d..6721be921d87 100644
--- a/include/linux/power_supply.h
+++ b/include/linux/power_supply.h
@@ -249,6 +249,8 @@ enum power_supply_property {
POWER_SUPPLY_PROP_HW_CURRENT_MAX,
POWER_SUPPLY_PROP_REAL_TYPE,
POWER_SUPPLY_PROP_PR_SWAP,
+ POWER_SUPPLY_PROP_CC_STEP,
+ POWER_SUPPLY_PROP_CC_STEP_SEL,
/* Local extensions of type int64_t */
POWER_SUPPLY_PROP_CHARGE_COUNTER_EXT,
/* Properties of type `const char *' */