[PATCH] WE-21 for ipw2200
[linux-2.6/openmoko-kernel/knife-kernel.git] / include / asm-arm / mach / mmc.h
blob1b3555d4b41e31bbfc73bd5772c5811a6948b7eb
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/protocol.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