summaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/nct1008.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/linux/nct1008.h b/include/linux/nct1008.h
index 6caa1c8fd..75e941502 100644
--- a/include/linux/nct1008.h
+++ b/include/linux/nct1008.h
@@ -3,7 +3,7 @@
3 * 3 *
4 * NCT1008, temperature monitoring device from ON Semiconductors 4 * NCT1008, temperature monitoring device from ON Semiconductors
5 * 5 *
6 * Copyright (c) 2010-2016, NVIDIA CORPORATION. All rights reserved. 6 * Copyright (c) 2010-2017, NVIDIA CORPORATION. All rights reserved.
7 * 7 *
8 * This program is free software; you can redistribute it and/or modify 8 * This program is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License as published by 9 * it under the terms of the GNU General Public License as published by
@@ -50,9 +50,12 @@ struct nct1008_platform_data {
50 bool supported_hwrev; 50 bool supported_hwrev;
51 int conv_rate; 51 int conv_rate;
52 int offset; 52 int offset;
53 int alpha;
54 int beta;
53 const char *loc_name; 55 const char *loc_name;
54 struct nct1008_sensor_platform_data sensors[SENSORS_COUNT]; 56 struct nct1008_sensor_platform_data sensors[SENSORS_COUNT];
55 int (*suspend_with_wakeup)(void); 57 int (*suspend_with_wakeup)(void);
56 bool extended_range; 58 bool extended_range;
59 bool fuse_offset;
57}; 60};
58#endif /* _LINUX_NCT1008_H */ 61#endif /* _LINUX_NCT1008_H */