Changeset 3090 for lm-sensors/trunk/lib/data.c
- Timestamp:
- 09/18/05 20:28:51 (8 years ago)
- Files:
-
- 1 modified
-
lm-sensors/trunk/lib/data.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/lib/data.c
r3076 r3090 36 36 int sensors_config_busses_count = 0; 37 37 int sensors_config_busses_max = 0; 38 39 sensors_proc_chips_entry *sensors_proc_chips = NULL; 40 int sensors_proc_chips_count = 0; 41 int sensors_proc_chips_max = 0; 42 43 sensors_bus *sensors_proc_bus = NULL; 44 int sensors_proc_bus_count = 0; 45 int sensors_proc_bus_max = 0; 38 46 39 47 static int sensors_substitute_chip(sensors_chip_name *name,int lineno);
