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:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user