Changeset 29 for lm-sensors/trunk/kernel/include/sensors.h
- Timestamp:
- 12/04/98 01:47:40 (14 years ago)
- Files:
-
- 1 modified
-
lm-sensors/trunk/kernel/include/sensors.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/kernel/include/sensors.h
r28 r29 21 21 #define SENSORS_SENSORS_H 22 22 23 /* Next two must be included before sysctl.h can be included, in 2.0 kernels */ 24 #include <linux/types.h> 25 #include <linux/fs.h> 23 26 #include <linux/sysctl.h> 24 27 … … 78 81 #define I2C_DRIVERID_I2CPROC 1001 79 82 #define I2C_DRIVERID_LM78 1002 83 #define I2C_DRIVERID_LM75 1003 80 84 81 85 /* Sysctl IDs */ … … 102 106 #define LM78_SYSCTL_ALARMS 2001 /* bitvector */ 103 107 108 #define LM75_SYSCTL_TEMP 1200 /* Degrees Celcius * 10 */ 109 104 110 #endif /* def SENSORS_SENSORS_H */
