]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - include/linux/platform_data/edma.h
Merge remote-tracking branch 'slave-dma/next'
[karo-tx-linux.git] / include / linux / platform_data / edma.h
index 6b9d500956e4ac3eda449f4a23b0401bf5f656a6..e2878baeb90e8c804a27d90c37c7d79f14e95942 100644 (file)
@@ -71,6 +71,9 @@ struct edma_soc_info {
        /* Resource reservation for other cores */
        struct edma_rsv_info    *rsv;
 
+       /* List of channels allocated for memcpy, terminated with -1 */
+       s16                     *memcpy_channels;
+
        s8      (*queue_priority_mapping)[2];
        const s16       (*xbar_chans)[2];
 };