summaryrefslogtreecommitdiff
path: root/arch/arm/plat-omap/include/mach/mmc.h
diff options
context:
space:
mode:
authorPradeep Gurumath <pradeep@pradeep-poky.(none)>2009-12-02 14:23:02 -0500
committerSantosh Shilimkar <santosh.shilimkar@ti.com>2009-12-04 15:26:38 +0530
commitb2cdd4a704988c54377df324d92ab977cfa734ea (patch)
tree295d63a3e9fd1c46bc714b2dd3965532cac82176 /arch/arm/plat-omap/include/mach/mmc.h
parentd298ae1f582675e414ddd4e22b98eeee9abbf7b8 (diff)
WLAN: Adapting the opensource SDIO drivers for use by WiFi driver Signed-off-by: Pradeep Gurumath <pradeepgurumath@ti.com>ti-2.6.31-omap4-L24.1-p1
Signed-off-by: Pradeep Gurumath <pradeep@pradeep-poky.(none)>
Diffstat (limited to 'arch/arm/plat-omap/include/mach/mmc.h')
-rw-r--r--arch/arm/plat-omap/include/mach/mmc.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/arm/plat-omap/include/mach/mmc.h b/arch/arm/plat-omap/include/mach/mmc.h
index c84a6d43bf90..5836aadd87c9 100644
--- a/arch/arm/plat-omap/include/mach/mmc.h
+++ b/arch/arm/plat-omap/include/mach/mmc.h
@@ -15,6 +15,10 @@
#include <linux/device.h>
#include <linux/mmc/host.h>
+#ifdef CONFIG_MMC_EMBEDDED_SDIO
+#include <asm/mach/mmc.h>
+#endif
+
#include <mach/board.h>
#define OMAP15XX_NR_MMC 1
@@ -111,6 +115,13 @@ struct omap_mmc_platform_data {
unsigned int ban_openended:1;
+#ifdef CONFIG_MMC_EMBEDDED_SDIO
+ struct embedded_sdio_data *embedded_sdio;
+ int (*register_status_notify)
+ (void (*callback)(int card_present, void *dev_id),
+ void *dev_id);
+#endif
+
} slots[OMAP_MMC_MAX_SLOTS];
};