Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris...
[linux/fpc-iii.git] / arch / arm / mach-at91 / include / mach / atmel-mci.h
blob3069e41355739c164ec9ec4033d4f29fc491ad21
1 #ifndef __MACH_ATMEL_MCI_H
2 #define __MACH_ATMEL_MCI_H
4 #include <linux/platform_data/dma-atmel.h>
6 /**
7 * struct mci_dma_data - DMA data for MCI interface
8 */
9 struct mci_dma_data {
10 struct at_dma_slave sdata;
13 /* accessor macros */
14 #define slave_data_ptr(s) (&(s)->sdata)
15 #define find_slave_dev(s) ((s)->sdata.dma_dev)
17 #endif /* __MACH_ATMEL_MCI_H */