]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - android-sdk/kernel-video.git/blob - arch/arm/mach-at91/include/mach/atmel-mci.h
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
[android-sdk/kernel-video.git] / arch / arm / mach-at91 / include / mach / atmel-mci.h
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;
11 };
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 */