X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=kernel%2Finclude%2Flinux%2Fpower%2Fmax17042_battery.h;h=522757ac9cd4d9975a5fe8bbbf144efb54551cd4;hb=e09b41010ba33a20a87472ee821fa407a5b8da36;hp=cf112b4075c872f81ae87c972d4d823b10d36526;hpb=f93b97fd65072de626c074dbe099a1fff05ce060;p=kvmfornfv.git diff --git a/kernel/include/linux/power/max17042_battery.h b/kernel/include/linux/power/max17042_battery.h index cf112b407..522757ac9 100644 --- a/kernel/include/linux/power/max17042_battery.h +++ b/kernel/include/linux/power/max17042_battery.h @@ -215,6 +215,10 @@ struct max17042_platform_data { * the datasheet although it can be changed by board designers. */ unsigned int r_sns; + int vmin; /* in millivolts */ + int vmax; /* in millivolts */ + int temp_min; /* in tenths of degree Celsius */ + int temp_max; /* in tenths of degree Celsius */ }; #endif /* __MAX17042_BATTERY_H_ */