omap: RX51: Remux to pull eMMC lines down when powering off
[pandora-kernel.git] / arch / arm / mach-omap2 / hsmmc.h
index e946b5f..f641f59 100644 (file)
@@ -19,6 +19,8 @@ struct omap2_hsmmc_info {
        char    *name;          /* or NULL for default */
        struct device *dev;     /* returned: pointer to mmc adapter */
        int     ocr_mask;       /* temporary HACK */
+       /* Remux (pad configuation) when powering on/off */
+       void (*remux)(struct device *dev, int slot, int power_on);
 };
 
 #if defined(CONFIG_MMC_OMAP_HS) || defined(CONFIG_MMC_OMAP_HS_MODULE)