Changeset 4733
- Timestamp:
- 08/30/07 23:23:22 (6 years ago)
- Location:
- lm-sensors/branches/lm-sensors-3.0.0/lib
- Files:
-
- 3 modified
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/branches/lm-sensors-3.0.0/lib/data.h
r4696 r4733 114 114 name */ 115 115 typedef struct sensors_bus { 116 char *adapter; 116 117 sensors_bus_id bus; 117 char *adapter;118 118 int lineno; 119 119 } sensors_bus; -
lm-sensors/branches/lm-sensors-3.0.0/lib/libsensors.3
r4702 r4733 106 106 \fBtypedef struct sensors_feature_data { 107 107 .br 108 const char *name; 109 .br 108 110 int number; 109 .br110 const char *name;111 111 .br 112 112 sensors_feature_type type; -
lm-sensors/branches/lm-sensors-3.0.0/lib/sensors.h
r4732 r4733 160 160 chip. */ 161 161 typedef struct sensors_feature_data { 162 char *name; 162 163 int number; 163 char *name;164 164 sensors_feature_type type; 165 165 int mapping;
