Amit Arora | e9e16b0 | 2010-08-03 10:15:20 +0530 | [diff] [blame] | 1 | char *items_temp[32] = {"min", "max", "input", "label", ""}; |
| 2 | char *suffix_temp[32] = {"°C", "°C", "°C", "", ""}; |
| 3 | char *items_in[32] = {"min", "max", "input", "label", ""}; |
| 4 | char *suffix_in[32] = {"Volts", "Volts", "Volts", "", ""}; |
| 5 | char *items_fan[32] = {"min", "max", "input", "label", "div", "target", ""}; |
| 6 | char *suffix_fan[32] = {"RPM", "RPM", "RPM", "", "", "RPM", ""}; |
| 7 | char *items_pwm[32] = {"freq", "enable", "mode", ""}; |
| 8 | char *suffix_pwm[32] = {"Hz", "", "", ""}; |
| 9 | |