]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - include/linux/dmaengine.h
dmaengine: provide a common 'issue_pending_all' implementation
[net-next-2.6.git] / include / linux / dmaengine.h
index b466f02e2433dd3b01d2d1e7e3b76e46d7f2c2e3..57a43adfc39ee35de82a9ecae8df54de6e5061bd 100644 (file)
@@ -471,6 +471,7 @@ int dma_async_device_register(struct dma_device *device);
 void dma_async_device_unregister(struct dma_device *device);
 void dma_run_dependencies(struct dma_async_tx_descriptor *tx);
 struct dma_chan *dma_find_channel(enum dma_transaction_type tx_type);
+void dma_issue_pending_all(void);
 
 /* --- Helper iov-locking functions --- */