ARM: 5718/1: Sane busids for RealView board components
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / arch / arm / include / asm / mach / mmc.h
blob27bec555ee16c98ace5cc4c5e19b7a50352f5255
1 /*
2 * arch/arm/include/asm/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 *);
13 int gpio_wp;
14 int gpio_cd;
15 unsigned long capabilities;
18 #endif