summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2019-02-17 01:05:51 +0300
committerTom Rini <trini@konsulko.com>2019-02-17 01:05:51 +0300
commit7a2ab3778c0acae27edc01009c6ad9950a90634e (patch)
treef7bb56bfd1134dfa40ee8b2b8287029035647197 /include
parentb89074f65047c4058741ed2bf3e6ff0c5af4c5bc (diff)
parent261445dfafdce252f91fea16517aba5830dd1930 (diff)
downloadu-boot-7a2ab3778c0acae27edc01009c6ad9950a90634e.tar.xz
Merge branch 'master' of git://git.denx.de/u-boot-sh
- Various MMC fixes
Diffstat (limited to 'include')
-rw-r--r--include/mmc.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/mmc.h b/include/mmc.h
index d84e4fca73..1f30f71d25 100644
--- a/include/mmc.h
+++ b/include/mmc.h
@@ -690,6 +690,12 @@ int mmc_initialize(bd_t *bis);
int mmc_init(struct mmc *mmc);
int mmc_send_tuning(struct mmc *mmc, u32 opcode, int *cmd_error);
+#if CONFIG_IS_ENABLED(MMC_UHS_SUPPORT) || \
+ CONFIG_IS_ENABLED(MMC_HS200_SUPPORT) || \
+ CONFIG_IS_ENABLED(MMC_HS400_SUPPORT)
+int mmc_deinit(struct mmc *mmc);
+#endif
+
/**
* mmc_of_parse() - Parse the device tree to get the capabilities of the host
*