Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris...
[linux-2.6] / include / asm-arm / arch-imx / mmc.h
1 #ifndef ASMARM_ARCH_MMC_H
2 #define ASMARM_ARCH_MMC_H
3
4 #include <linux/mmc/host.h>
5
6 struct imxmmc_platform_data {
7         int (*card_present)(void);
8 };
9
10 extern void imx_set_mmc_info(struct imxmmc_platform_data *info);
11
12 #endif