async_tx: export async_tx_quiesce
Replace open coded "wait and acknowledge" instances with async_tx_quiesce. Signed-off-by: Dan Williams <dan.j.williams@intel.com>
This commit is contained in:
parent
669ab0b210
commit
d2c52b7983
5 changed files with 26 additions and 62 deletions
|
@ -152,4 +152,6 @@ struct dma_async_tx_descriptor *
|
|||
async_trigger_callback(enum async_tx_flags flags,
|
||||
struct dma_async_tx_descriptor *depend_tx,
|
||||
dma_async_tx_callback cb_fn, void *cb_fn_param);
|
||||
|
||||
void async_tx_quiesce(struct dma_async_tx_descriptor **tx);
|
||||
#endif /* _ASYNC_TX_H_ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue