ieee1394: add hpsb_node_read() and hpsb_node_lock()
authorStefan Richter <stefanr@s5r6.in-berlin.de>
Wed, 27 Aug 2008 11:40:02 +0000 (13:40 +0200)
committerStefan Richter <stefanr@s5r6.in-berlin.de>
Tue, 24 Feb 2009 13:51:27 +0000 (14:51 +0100)
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>

No differences found