]> Pileus Git - ~andy/linux/blobdiff - drivers/dma/at_hdmac_regs.h
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6
[~andy/linux] / drivers / dma / at_hdmac_regs.h
index ae3056df4f4bbf9badde0ff21ac226f3f0e5a326..087dbf1dd39cc0d87416e24e093ca7841a714b3f 100644 (file)
@@ -191,6 +191,7 @@ txd_to_at_desc(struct dma_async_tx_descriptor *txd)
  */
 enum atc_status {
        ATC_IS_ERROR = 0,
+       ATC_IS_PAUSED = 1,
        ATC_IS_CYCLIC = 24,
 };