summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@quicinc.com>2017-06-14 09:57:05 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2017-06-14 09:57:04 -0700
commit621d21a88ecf495c80f6327c2f9db6f1b2dea6db (patch)
tree48e8ea111a57ea2b6b70d4431ac9875bcc1de45e /include
parentb0102088df341694a633429794d95a099c824fb0 (diff)
parent3934c3777207328ff886e73297e9093028ad6a2d (diff)
Merge "mmc: core: Ignore CRC errors with CMD13 while executing tuning"
Diffstat (limited to 'include')
-rw-r--r--include/linux/mmc/host.h2
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)