From 1513400ec09d06c71d86721b414d79b0de3d5fff Mon Sep 17 00:00:00 2001 From: Panduranga Date: Thu, 6 May 2010 20:58:19 +0530 Subject: 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 --- arch/arm/mach-omap2/mmc-twl4030.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'arch/arm/mach-omap2/mmc-twl4030.h') 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)) -- cgit v1.2.3