X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Flinux%2Fshdma-base.h;h=abdf1f229dc3d04e7197d197595fda0eac060098;hb=52839bfb0c4b56b5c2688c96ce656df4034b2c87;hp=f92c0a43c54cb9ee2465e8e4c726cc1a1e630096;hpb=24e31f0bef40f6ed08073734d9250576a44a2db1;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git diff --git a/include/linux/shdma-base.h b/include/linux/shdma-base.h index f92c0a4..abdf1f2 100644 --- a/include/linux/shdma-base.h +++ b/include/linux/shdma-base.h @@ -54,6 +54,7 @@ struct shdma_desc { dma_cookie_t cookie; int chunks; int mark; + bool cyclic; /* used as cyclic transfer */ }; struct shdma_chan {