summaryrefslogtreecommitdiff
path: root/arch/arm/mach-omap2/mmc-twl4030.h
diff options
context:
space:
mode:
authorPanduranga <x0125717.@ti.com>2010-05-06 20:58:19 +0530
committerPanduranga <x0125717.@ti.com>2010-05-06 20:58:19 +0530
commit1513400ec09d06c71d86721b414d79b0de3d5fff (patch)
tree2e48c2797771284d2a7d316fe36ec2b6acc5da67 /arch/arm/mach-omap2/mmc-twl4030.h
parent319044ad2b4488c8035f50fd0b84c8b80a239579 (diff)
sdio: support for WLAN class and sans patch for embedded SDIO
Added sdio function support for WLAN/BT class, populating embedded_sdio_data structure in mmc-tlw4030. Signed-off-by: Panduranga <x0125717.@ti.com>
Diffstat (limited to 'arch/arm/mach-omap2/mmc-twl4030.h')
-rw-r--r--arch/arm/mach-omap2/mmc-twl4030.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/mmc-twl4030.h b/arch/arm/mach-omap2/mmc-twl4030.h
index a47e68563fb6..1da38a26c2bf 100644
--- a/arch/arm/mach-omap2/mmc-twl4030.h
+++ b/arch/arm/mach-omap2/mmc-twl4030.h
@@ -21,6 +21,12 @@ struct twl4030_hsmmc_info {
int ocr_mask; /* temporary HACK */
};
+#ifdef CONFIG_TIWLAN_SDIO
+int omap_wifi_status_register(void (*callback)(int card_present,
+ void *dev_id), void *dev_id);
+int omap_wifi_status(int irq);
+#endif
+
#if defined(CONFIG_REGULATOR) && \
(defined(CONFIG_MMC_OMAP) || defined(CONFIG_MMC_OMAP_MODULE) || \
defined(CONFIG_MMC_OMAP_HS) || defined(CONFIG_MMC_OMAP_HS_MODULE))