Show
Ignore:
Timestamp:
04/15/11 10:27:30 (13 months ago)
Author:
khali
Message:

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.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lm-sensors/trunk/prog/dump/util.h

    r5961 r5962  
    1414extern int user_ack(int def); 
    1515extern unsigned long inx(int addr, int width); 
     16extern void outx(unsigned long value, int addr, int width); 
    1617 
    1718#endif /* _UTIL_H */