diff options
Diffstat (limited to 'drivers/mmc/core/core.h')
-rw-r--r-- | drivers/mmc/core/core.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mmc/core/core.h b/drivers/mmc/core/core.h index 443a584660f0..d76597c65e3a 100644 --- a/drivers/mmc/core/core.h +++ b/drivers/mmc/core/core.h | |||
@@ -49,6 +49,7 @@ void mmc_set_driver_type(struct mmc_host *host, unsigned int drv_type); | |||
49 | void mmc_power_up(struct mmc_host *host, u32 ocr); | 49 | void mmc_power_up(struct mmc_host *host, u32 ocr); |
50 | void mmc_power_off(struct mmc_host *host); | 50 | void mmc_power_off(struct mmc_host *host); |
51 | void mmc_power_cycle(struct mmc_host *host, u32 ocr); | 51 | void mmc_power_cycle(struct mmc_host *host, u32 ocr); |
52 | void mmc_set_initial_state(struct mmc_host *host); | ||
52 | 53 | ||
53 | static inline void mmc_delay(unsigned int ms) | 54 | static inline void mmc_delay(unsigned int ms) |
54 | { | 55 | { |