From 4aa5a91d37aad0f186f0e5b4863340c7d640d083 Mon Sep 17 00:00:00 2001 From: Marcel Ziswiler Date: Wed, 9 Jan 2013 16:36:16 +0100 Subject: hwmon: lm95245: add local temp and remote critical shutdown temp hooks In order to allow tighter integration with external thermal throttling code add local temperature and remote critical shutdown temperature hooks. Rename the existing hooks for clarity. --- include/linux/lm95245.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/linux/lm95245.h b/include/linux/lm95245.h index cdc6846a901f..1b0ddbd82759 100644 --- a/include/linux/lm95245.h +++ b/include/linux/lm95245.h @@ -28,7 +28,9 @@ struct lm95245_platform_data { 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); +void lm95245_get_local_temp(struct device *dev, int *temp); +void lm95245_get_remote_temp(struct device *dev, int *temp); +void lm95245_set_remote_os_limit(struct device *dev, int temp); +void lm95245_set_remote_critical_limit(struct device *dev, int temp); #endif /* _LINUX_LM95245_H */ -- cgit v1.2.3