Skip to content
Commit b33fdd6c authored by Stefan Richter's avatar Stefan Richter
Browse files

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: default avatarStefan Richter <stefanr@s5r6.in-berlin.de>
parent 29f8ea8a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment