blob: 3069e41355739c164ec9ec4033d4f29fc491ad21 [file] [log] [blame]
Nicolas Ferre2635d1b2009-12-14 18:01:30 -08001#ifndef __MACH_ATMEL_MCI_H
2#define __MACH_ATMEL_MCI_H
3
Arnd Bergmann7cdc39e2012-08-24 15:10:04 +02004#include <linux/platform_data/dma-atmel.h>
Nicolas Ferre2635d1b2009-12-14 18:01:30 -08005
6/**
7 * struct mci_dma_data - DMA data for MCI interface
8 */
9struct mci_dma_data {
10 struct at_dma_slave sdata;
11};
12
13/* accessor macros */
14#define slave_data_ptr(s) (&(s)->sdata)
15#define find_slave_dev(s) ((s)->sdata.dma_dev)
16
Nicolas Ferre2635d1b2009-12-14 18:01:30 -080017#endif /* __MACH_ATMEL_MCI_H */