2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-09-02 23:35:57 +00:00

(MKN) Add print_fscscy prototype

git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1220 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Martin Knoblauch
2001-11-08 17:06:30 +00:00
parent a637485869
commit 3082598fbc
3 changed files with 179 additions and 1 deletions

View File

@@ -335,6 +335,8 @@ void do_a_print(sensors_chip_name name)
print_eeprom(&name);
else if (!strcmp(name.prefix,"fscpos"))
print_fscpos(&name);
else if (!strcmp(name.prefix,"fscscy"))
print_fscscy(&name);
else
print_unknown_chip(&name);
printf("\n");