Changeset 42 for lm-sensors/trunk/kernel/include/sensors.h
- Timestamp:
- 12/06/98 17:19:24 (14 years ago)
- Files:
-
- 1 modified
-
lm-sensors/trunk/kernel/include/sensors.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/kernel/include/sensors.h
r29 r42 21 21 #define SENSORS_SENSORS_H 22 22 23 #ifdef __KERNEL__ 24 23 25 /* Next two must be included before sysctl.h can be included, in 2.0 kernels */ 24 26 #include <linux/types.h> 25 27 #include <linux/fs.h> 26 28 #include <linux/sysctl.h> 27 28 #ifdef __KERNEL__29 29 30 30 /* The type of callback functions used in sensors_{proc,sysctl}_real */
