This commit was manufactured by cvs2svn to create branch 'vserver'.
[linux-2.6.git] / include / asm-arm / mach / mmc.h
1 /*
2  *  linux/include/asm-arm/mach/mmc.h
3  */
4 #ifndef ASMARM_MACH_MMC_H
5 #define ASMARM_MACH_MMC_H
6
7 #include <linux/mmc/protocol.h>
8
9 struct mmc_platform_data {
10         unsigned int mclk;                      /* mmc base clock rate */
11         unsigned int ocr_mask;                  /* available voltages */
12         u32 (*translate_vdd)(struct device *, unsigned int);
13         unsigned int (*status)(struct device *);
14 };
15
16 #endif