]> Pileus Git - ~andy/linux/blobdiff - include/linux/dmaengine.h
Merge branch 'topic/api_caps' into for-linus
[~andy/linux] / include / linux / dmaengine.h
index 5692bc3afd3929ab96ed38b911b9b0b0576bfa35..13ac4f55322789c3aedb6f88d9be2ccace6f90a4 100644 (file)
@@ -1039,6 +1039,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);
+struct dma_chan *dma_get_slave_channel(struct dma_chan *chan);
 struct dma_chan *net_dma_find_channel(void);
 #define dma_request_channel(mask, x, y) __dma_request_channel(&(mask), x, y)
 #define dma_request_slave_channel_compat(mask, x, y, dev, name) \