diff options
Diffstat (limited to 'include/linux/lm95245.h')
-rw-r--r-- | include/linux/lm95245.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/lm95245.h b/include/linux/lm95245.h index 1b0ddbd82759..ecc7ec57696a 100644 --- a/include/linux/lm95245.h +++ b/include/linux/lm95245.h @@ -32,5 +32,6 @@ 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); +void lm95245_set_local_shared_os__critical_limit(struct device *dev, int val); #endif /* _LINUX_LM95245_H */ |