]> Pileus Git - ~andy/linux/blobdiff - drivers/dma/shdma.h
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6
[~andy/linux] / drivers / dma / shdma.h
index 6c73b654a5c393fb2b372c16d91f5386f6d743e4..dc56576f9fdb6bfd9ea05c17e0deaa2416a3b91d 100644 (file)
@@ -47,6 +47,8 @@ struct sh_dmae_device {
        struct list_head node;
        u32 __iomem *chan_reg;
        u16 __iomem *dmars;
+       unsigned int chcr_offset;
+       u32 chcr_ie_bit;
 };
 
 #define to_sh_chan(chan) container_of(chan, struct sh_dmae_chan, common)