diff options
author | Linux Build Service Account <lnxbuild@quicinc.com> | 2017-06-14 09:57:05 -0700 |
---|---|---|
committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-06-14 09:57:04 -0700 |
commit | 621d21a88ecf495c80f6327c2f9db6f1b2dea6db (patch) | |
tree | 48e8ea111a57ea2b6b70d4431ac9875bcc1de45e /include/linux/mmc/host.h | |
parent | b0102088df341694a633429794d95a099c824fb0 (diff) | |
parent | 3934c3777207328ff886e73297e9093028ad6a2d (diff) |
Merge "mmc: core: Ignore CRC errors with CMD13 while executing tuning"
Diffstat (limited to 'include/linux/mmc/host.h')
-rw-r--r-- | include/linux/mmc/host.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/mmc/host.h b/include/linux/mmc/host.h index 279411c42ded..aea4c0f2ef5f 100644 --- a/include/linux/mmc/host.h +++ b/include/linux/mmc/host.h @@ -823,6 +823,8 @@ static inline bool mmc_card_hs400(struct mmc_card *card) return card->host->ios.timing == MMC_TIMING_MMC_HS400; } +void mmc_retune_enable(struct mmc_host *host); +void mmc_retune_disable(struct mmc_host *host); void mmc_retune_timer_stop(struct mmc_host *host); static inline void mmc_retune_needed(struct mmc_host *host) |