added 2.6.29.6 aldebaran kernel
[nao-ulib.git] / kernel / 2.6.29.6-aldebaran-rt / arch / arm / mach-imx / include / mach / mmc.h
blob4712f354dcca1e40dcfaa91eb5cb62a9572a70d9
1 #ifndef ASMARM_ARCH_MMC_H
2 #define ASMARM_ARCH_MMC_H
4 #include <linux/mmc/host.h>
6 struct device;
8 struct imxmmc_platform_data {
9 int (*card_present)(struct device *);
10 int (*get_ro)(struct device *);
13 extern void imx_set_mmc_info(struct imxmmc_platform_data *info);
15 #endif