diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/dmaengine.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/dmaengine.h b/include/linux/dmaengine.h index 41cf0c399288..09ef23ee8bce 100644 --- a/include/linux/dmaengine.h +++ b/include/linux/dmaengine.h | |||
| @@ -1079,6 +1079,7 @@ int dma_async_device_register(struct dma_device *device); | |||
| 1079 | void dma_async_device_unregister(struct dma_device *device); | 1079 | void dma_async_device_unregister(struct dma_device *device); |
| 1080 | void dma_run_dependencies(struct dma_async_tx_descriptor *tx); | 1080 | void dma_run_dependencies(struct dma_async_tx_descriptor *tx); |
| 1081 | struct dma_chan *dma_get_slave_channel(struct dma_chan *chan); | 1081 | struct dma_chan *dma_get_slave_channel(struct dma_chan *chan); |
| 1082 | struct dma_chan *dma_get_any_slave_channel(struct dma_device *device); | ||
| 1082 | struct dma_chan *net_dma_find_channel(void); | 1083 | struct dma_chan *net_dma_find_channel(void); |
| 1083 | #define dma_request_channel(mask, x, y) __dma_request_channel(&(mask), x, y) | 1084 | #define dma_request_channel(mask, x, y) __dma_request_channel(&(mask), x, y) |
| 1084 | #define dma_request_slave_channel_compat(mask, x, y, dev, name) \ | 1085 | #define dma_request_slave_channel_compat(mask, x, y, dev, name) \ |
