summaryrefslogtreecommitdiff
path: root/include/linux/lm95245.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/lm95245.h')
-rw-r--r--include/linux/lm95245.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/lm95245.h b/include/linux/lm95245.h
index b9290c7708b2..cdc6846a901f 100644
--- a/include/linux/lm95245.h
+++ b/include/linux/lm95245.h
@@ -25,6 +25,10 @@
struct lm95245_platform_data {
bool enable_os_pin;
+ void (*probe_callback)(struct device *dev);
};
+void lm95245_thermal_get_temp(struct device *dev, int *temp);
+void lm95245_thermal_set_limit(struct device *dev, int temp);
+
#endif /* _LINUX_LM95245_H */