omap_hsmmc: add init_card pass-through callback
[pandora-kernel.git] / arch / arm / plat-omap / include / plat / mmc.h
index c835f1e..9b89ec6 100644 (file)
@@ -122,6 +122,8 @@ struct omap_mmc_platform_data {
                /* Call back after enabling / disabling regulators */
                void (*after_set_reg)(struct device *dev, int slot,
                                      int power_on, int vdd);
+               /* if we have special card, init it using this callback */
+               void (*init_card)(struct mmc_card *card);
 
                /* return MMC cover switch state, can be NULL if not supported.
                 *