power: max17042_battery: add HEALTH and TEMP_* properties support
[linux-2.6-block.git] / include / linux / power / max17042_battery.h
index cf112b4075c872f81ae87c972d4d823b10d36526..522757ac9cd4d9975a5fe8bbbf144efb54551cd4 100644 (file)
@@ -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_ */