aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-arm/arch-imx/mmc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-arm/arch-imx/mmc.h')
-rw-r--r--include/asm-arm/arch-imx/mmc.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/include/asm-arm/arch-imx/mmc.h b/include/asm-arm/arch-imx/mmc.h
new file mode 100644
index 00000000000000..1937151665c75d
--- /dev/null
+++ b/include/asm-arm/arch-imx/mmc.h
@@ -0,0 +1,12 @@
+#ifndef ASMARM_ARCH_MMC_H
+#define ASMARM_ARCH_MMC_H
+
+#include <linux/mmc/protocol.h>
+
+struct imxmmc_platform_data {
+ int (*card_present)(void);
+};
+
+extern void imx_set_mmc_info(struct imxmmc_platform_data *info);
+
+#endif