RT-AC66 3.0.0.4.374.130 core
[tomato.git] / release / src-rt-6.x / linux / linux-2.6 / include / asm-arm / mach / mmc.h
blobeb91145c00c4c7d5d0b2c99aab10640a8080e89d
1 /*
2 * linux/include/asm-arm/mach/mmc.h
3 */
4 #ifndef ASMARM_MACH_MMC_H
5 #define ASMARM_MACH_MMC_H
7 #include <linux/mmc/host.h>
9 struct mmc_platform_data {
10 unsigned int ocr_mask; /* available voltages */
11 u32 (*translate_vdd)(struct device *, unsigned int);
12 unsigned int (*status)(struct device *);
15 #endif