aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/async_tx.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/async_tx.h')
-rw-r--r--include/linux/async_tx.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/linux/async_tx.h b/include/linux/async_tx.h
index 12a2efcbd565..e6ce5f004f98 100644
--- a/include/linux/async_tx.h
+++ b/include/linux/async_tx.h
@@ -185,5 +185,14 @@ async_memset(struct page *dest, int val, unsigned int offset,
185 185
186struct dma_async_tx_descriptor *async_trigger_callback(struct async_submit_ctl *submit); 186struct dma_async_tx_descriptor *async_trigger_callback(struct async_submit_ctl *submit);
187 187
188struct dma_async_tx_descriptor *
189async_gen_syndrome(struct page **blocks, unsigned int offset, int src_cnt,
190 size_t len, struct async_submit_ctl *submit);
191
192struct dma_async_tx_descriptor *
193async_syndrome_val(struct page **blocks, unsigned int offset, int src_cnt,
194 size_t len, enum sum_check_flags *pqres, struct page *spare,
195 struct async_submit_ctl *submit);
196
188void async_tx_quiesce(struct dma_async_tx_descriptor **tx); 197void async_tx_quiesce(struct dma_async_tx_descriptor **tx);
189#endif /* _ASYNC_TX_H_ */ 198#endif /* _ASYNC_TX_H_ */