[ARM] 5539/1: Freescale STMP: onboard devices declaration
[pandora-kernel.git] / arch / arm / plat-stmp3xxx / include / mach / mmc.h
diff --git a/arch/arm/plat-stmp3xxx/include/mach/mmc.h b/arch/arm/plat-stmp3xxx/include/mach/mmc.h
new file mode 100644 (file)
index 0000000..ba81e15
--- /dev/null
@@ -0,0 +1,14 @@
+#ifndef _MACH_MMC_H
+#define _MACH_MMC_H
+
+#include <mach/regs-ssp.h>
+
+struct stmp3xxxmmc_platform_data {
+       int (*get_wp)(void);
+       unsigned long (*setclock)(void __iomem *base, unsigned long);
+       void (*cmd_pullup)(int);
+       int  (*hw_init)(void);
+       void (*hw_release)(void);
+};
+
+#endif