lis3: selftest support
[sfrench/cifs-2.6.git] / include / linux / lis3lv02d.h
index 89701355c74f0dd5b8e86ab77712b2ef5a6f3e01..f1ca0dcc162877513d922ee69e3b9ee2465df1d8 100644 (file)
@@ -55,6 +55,9 @@ struct lis3lv02d_platform_data {
        s8 axis_z;
        int (*setup_resources)(void);
        int (*release_resources)(void);
+       /* Limits for selftest are specified in chip data sheet */
+       s16 st_min_limits[3]; /* min pass limit x, y, z */
+       s16 st_max_limits[3]; /* max pass limit x, y, z */
 };
 
 #endif /* __LIS3LV02D_H_ */