diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2018-06-14 16:06:55 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2018-06-14 16:06:55 -0700 |
| commit | 06872e732f218ff58cd32404c9ebe4abc4ba124b (patch) | |
| tree | 78365bad14831964bc05ae6678b380aab28154d7 /include | |
| parent | f9a1c8211f0acdce964d02cc7dce79cfec5014bc (diff) | |
| parent | 491b7aff28a0282b0e9c3f6252a366419a254f51 (diff) | |
Merge "power: battery: Add support for FCC stepping"
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/power_supply.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/power_supply.h b/include/linux/power_supply.h index 64d0797cc3a7..6828063842df 100644 --- a/include/linux/power_supply.h +++ b/include/linux/power_supply.h @@ -260,6 +260,7 @@ enum power_supply_property { POWER_SUPPLY_PROP_PD_VOLTAGE_MAX, POWER_SUPPLY_PROP_PD_VOLTAGE_MIN, POWER_SUPPLY_PROP_SDP_CURRENT_MAX, + POWER_SUPPLY_PROP_FCC_STEPPER_ENABLE, /* Local extensions of type int64_t */ POWER_SUPPLY_PROP_CHARGE_COUNTER_EXT, /* Properties of type `const char *' */ |
