2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-09-05 08:45:26 +00:00

Drop SENSORS_FEATURE_TEMP_LIM, it doesn't correspond to anything in the

standard sysfs interface.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/branches/lm-sensors-3.0.0@4428 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Jean Delvare
2007-05-29 16:49:06 +00:00
parent 33a3d6fba2
commit 768be0b9c0
4 changed files with 6 additions and 31 deletions

View File

@@ -85,8 +85,7 @@ extern void print_dme1737(const sensors_chip_name *name);
#define CRIT 3
#define SINGLE 4
#define HYSTONLY 5
#define LIM 6
void print_temp_info_real(float n_cur, float n_over, float n_hyst, float n_lim,
void print_temp_info(float n_cur, float n_over, float n_hyst,
int minmax, int curprec, int limitprec);
void print_vid_info_real(const sensors_chip_name *name, int f_vid, int f_vrm, int label_size);