Changeset 4979
- Timestamp:
- 10/22/07 21:29:02 (1 year ago)
- Files:
-
- lm-sensors/trunk/lib/sensors.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lm-sensors/trunk/lib/sensors.h
r4683 r4979 24 24 25 25 /* Publicly accessible library functions */ 26 27 /* libsensors API version define, first digit is the major version (changed 28 when the API + ABI breaks), the third digit is incremented to track small 29 API additions like new flags / enum values. The second digit is for tracking 30 larger additions like new methods. */ 31 #define SENSORS_API_VERSION 0x300 26 32 27 33 #define SENSORS_CHIP_NAME_PREFIX_ANY NULL
