summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2023-07-19 03:42:16 +0300
committerTom Rini <trini@konsulko.com>2023-07-19 03:42:16 +0300
commit6f1b951500707e46f2920c0034856ada018aabcb (patch)
tree59c30ba5b1f778f763b3060edc57f1f7849fca41 /include
parent890233ca5569e5787d8407596a12b9fca80952bf (diff)
parent50dee4f3610331cc31f1f02f9d4116b716907011 (diff)
downloadu-boot-6f1b951500707e46f2920c0034856ada018aabcb.tar.xz
Merge https://source.denx.de/u-boot/custodians/u-boot-mmc
Diffstat (limited to 'include')
-rw-r--r--include/mmc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/mmc.h b/include/mmc.h
index b8fbff150d..1022db3ffa 100644
--- a/include/mmc.h
+++ b/include/mmc.h
@@ -558,6 +558,8 @@ int mmc_deferred_probe(struct mmc *mmc);
int mmc_reinit(struct mmc *mmc);
int mmc_get_b_max(struct mmc *mmc, void *dst, lbaint_t blkcnt);
int mmc_hs400_prepare_ddr(struct mmc *mmc);
+int mmc_send_stop_transmission(struct mmc *mmc, bool write);
+
#else
struct mmc_ops {
int (*send_cmd)(struct mmc *mmc,