diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2017-04-05 12:17:03 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-04-05 12:17:03 -0700 |
| commit | 8f91cc1fa4ed7dcb509d0cb13a04157bcdb18449 (patch) | |
| tree | 4dac9ed9c4d83f98561e7f41ae39a5ad322dd370 /include | |
| parent | 6e2c59ad47bee17aee211971e082e8986ae8db2e (diff) | |
| parent | 17d9f0383d607a8c8856d6d347a1b9997e356644 (diff) | |
Merge "power_supply: add HW_CURRENT_MAX power_supply property"
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 864f7f6a0d01..7488bb993d7a 100644 --- a/include/linux/power_supply.h +++ b/include/linux/power_supply.h @@ -246,6 +246,7 @@ enum power_supply_property { POWER_SUPPLY_PROP_DIE_HEALTH, POWER_SUPPLY_PROP_CONNECTOR_HEALTH, POWER_SUPPLY_PROP_CTM_CURRENT_MAX, + POWER_SUPPLY_PROP_HW_CURRENT_MAX, /* Local extensions of type int64_t */ POWER_SUPPLY_PROP_CHARGE_COUNTER_EXT, /* Properties of type `const char *' */ |
