facetimehd: make get_entry_addr() public

This commit is contained in:
Sven Schnelle
2015-11-30 14:41:56 +01:00
parent 5608b8b00f
commit 6242aaa624
2 changed files with 3 additions and 1 deletions

View File

@@ -49,4 +49,6 @@ extern u32 fthd_channel_ringbuf_receive(struct fthd_private *dev_priv,
struct fw_channel *chan);
extern int fthd_channel_wait_ready(struct fthd_private *dev_priv, struct fw_channel *chan, u32 entry, int timeout);
extern u32 get_entry_addr(struct fthd_private *dev_priv,
struct fw_channel *chan, int num);
#endif