diff options
Diffstat (limited to 'include/linux/mmc/core.h')
-rw-r--r-- | include/linux/mmc/core.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mmc/core.h b/include/linux/mmc/core.h index 927519385482..134a6483347a 100644 --- a/include/linux/mmc/core.h +++ b/include/linux/mmc/core.h | |||
@@ -177,6 +177,7 @@ int mmc_wait_for_cmd(struct mmc_host *host, struct mmc_command *cmd, | |||
177 | int retries); | 177 | int retries); |
178 | 178 | ||
179 | int mmc_hw_reset(struct mmc_host *host); | 179 | int mmc_hw_reset(struct mmc_host *host); |
180 | int mmc_sw_reset(struct mmc_host *host); | ||
180 | void mmc_set_data_timeout(struct mmc_data *data, const struct mmc_card *card); | 181 | void mmc_set_data_timeout(struct mmc_data *data, const struct mmc_card *card); |
181 | 182 | ||
182 | #endif /* LINUX_MMC_CORE_H */ | 183 | #endif /* LINUX_MMC_CORE_H */ |