diff options
Diffstat (limited to 'include/linux/async_tx.h')
| -rw-r--r-- | include/linux/async_tx.h | 9 |
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 | ||
| 186 | struct dma_async_tx_descriptor *async_trigger_callback(struct async_submit_ctl *submit); | 186 | struct dma_async_tx_descriptor *async_trigger_callback(struct async_submit_ctl *submit); |
| 187 | 187 | ||
| 188 | struct dma_async_tx_descriptor * | ||
| 189 | async_gen_syndrome(struct page **blocks, unsigned int offset, int src_cnt, | ||
| 190 | size_t len, struct async_submit_ctl *submit); | ||
| 191 | |||
| 192 | struct dma_async_tx_descriptor * | ||
| 193 | async_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 | |||
| 188 | void async_tx_quiesce(struct dma_async_tx_descriptor **tx); | 197 | void async_tx_quiesce(struct dma_async_tx_descriptor **tx); |
| 189 | #endif /* _ASYNC_TX_H_ */ | 198 | #endif /* _ASYNC_TX_H_ */ |
