]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - drivers/mmc/tegra2_mmc.h
Tegra: mmc: Fixed handling of interrupts in timeouts.
[karo-tx-uboot.git] / drivers / mmc / tegra2_mmc.h
index 671583c42219af4df4848c27fc09d4ba521c1e18..67c00db9de8fdb9b217f179b62c4b45ece5e1623 100644 (file)
@@ -123,9 +123,9 @@ 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);
-
 #endif /* __ASSEMBLY__ */
 #endif /* __TEGRA2_MMC_H_ */