|
@@ -88,6 +88,9 @@ void compute_intercept_slope(struct tsens_device *, u32 *, u32 *, u32);
|
|
|
int init_common(struct tsens_device *);
|
|
|
int get_temp_common(struct tsens_device *, int, int *);
|
|
|
|
|
|
-extern const struct tsens_data data_8916, data_8974, data_8960, data_8996;
|
|
|
+/* TSENS v1 targets */
|
|
|
+extern const struct tsens_data data_8916, data_8974, data_8960;
|
|
|
+/* TSENS v2 targets */
|
|
|
+extern const struct tsens_data data_8996, data_tsens_v2;
|
|
|
|
|
|
#endif /* __QCOM_TSENS_H__ */
|