Merge branch 'next' of ../next
[oweals/u-boot.git] / drivers / mmc / tegra2_mmc.h
index 671583c42219af4df4848c27fc09d4ba521c1e18..b2f6c5baad059c81479f83fb9f9a187d2cf162fa 100644 (file)
@@ -123,9 +123,11 @@ struct mmc_host {
        unsigned int clock;     /* Current clock (MHz) */
        unsigned int base;      /* Base address, SDMMC1/2/3/4 */
        enum periph_id mmc_id;  /* Peripheral ID: PERIPH_ID_... */
+       int pwr_gpio;           /* Power GPIO */
+       int cd_gpio;            /* Change Detect GPIO */
 };
 
-int tegra2_mmc_init(int dev_index, int bus_width);
+int tegra2_mmc_init(int dev_index, int bus_width, int pwr_gpio, int cd_gpio);
 
 #endif /* __ASSEMBLY__ */
 #endif /* __TEGRA2_MMC_H_ */