2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-10-11 14:15:52 +00:00

isaset: Add support for word (16-bit) and long (32-bit) writes

Sometimes the hardware expects 16-bit or 32-bit writes rather than byte
writes. Add support to isaset so that the user can ask for such writes.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@5962 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Jean Delvare
2011-04-15 08:27:30 +00:00
parent 9b3e34e470
commit e14d932824
5 changed files with 69 additions and 36 deletions

View File

@@ -13,5 +13,6 @@
extern int user_ack(int def);
extern unsigned long inx(int addr, int width);
extern void outx(unsigned long value, int addr, int width);
#endif /* _UTIL_H */