summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2017-03-04 10:12:54 -0800
committerGerrit - the friendly Code Review server <code-review@localhost>2017-03-04 10:12:54 -0800
commitd2499ee89d291515865fe8738b6be0c39693e53a (patch)
treeb6be609025cd3ffc45e588448b228aabbb1187cf /include/linux
parent77610431cb72f691f94fdb4dd3cfcd83505ee77f (diff)
parente9cc73402e87bfa62f503c7f319094f6cbdfe469 (diff)
Merge "mmc: core: Retry claim host in mmc_sd_detect"
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/mmc/core.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mmc/core.h b/include/linux/mmc/core.h
index 55a30d685226..1068953943d8 100644
--- a/include/linux/mmc/core.h
+++ b/include/linux/mmc/core.h
@@ -203,6 +203,7 @@ extern unsigned int mmc_align_data_size(struct mmc_card *, unsigned int);
extern int __mmc_claim_host(struct mmc_host *host, atomic_t *abort);
extern void mmc_release_host(struct mmc_host *host);
+extern int mmc_try_claim_host(struct mmc_host *host, unsigned int delay);
extern void mmc_get_card(struct mmc_card *card);
extern void mmc_put_card(struct mmc_card *card);