commit | b33fdd6ca576d6c476c6aebf350d4556294d74ac | [log] [tgz] |
---|---|---|
author | Stefan Richter <stefanr@s5r6.in-berlin.de> | Wed Aug 27 13:40:02 2008 +0200 |
committer | Stefan Richter <stefanr@s5r6.in-berlin.de> | Tue Feb 24 14:51:27 2009 +0100 |
tree | ae76d90ae3f103308d408e4a29c540c812b7d44b | |
parent | 29f8ea8ab09bad0c3c0d67964559d27643e97903 [diff] |
ieee1394: add hpsb_node_read() and hpsb_node_lock() These will be used by the firedtv driver. Like hpsb_node_write() they are much better APIs for high-level drivers than hpsb_write() and its siblings --- easier to use correctly and also terser. Unlike hspb_node_write(), the two new functions will only be used by one call site. Hence make them static inline instead of exported symbols. Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>