Changeset 1418
- Timestamp:
- 07/04/02 13:35:16 (11 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
r1409 r1418 621 621 #define VT1211_ALARM_TEMP7 VT1211_ALARM_IN4 622 622 623 #define LM92_SYSCTL_ALARMS 2001 /* high, low, critical */ 624 #define LM92_SYSCTL_TEMP 1200 /* high, low, critical, hysterisis, input */ 625 626 #define LM92_ALARM_TEMP_HIGH 0x01 627 #define LM92_ALARM_TEMP_LOW 0x02 628 #define LM92_ALARM_TEMP_CRIT 0x04 629 #define LM92_TEMP_HIGH 0x08 630 #define LM92_TEMP_LOW 0x10 631 #define LM92_TEMP_CRIT 0x20 632 #define LM92_TEMP_HYST 0x40 633 #define LM92_TEMP_INPUT 0x80 623 634 624 635 #endif /* def SENSORS_SENSORS_H */
