summaryrefslogtreecommitdiff
path: root/include/mmc.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-06-15 23:10:17 -0400
committerTom Rini <trini@konsulko.com>2022-06-15 23:10:17 -0400
commit488d30a1e9f937b6e2726791dceb865e9e10e118 (patch)
tree539dceeba73019a41c8c59a304d1ae85e0aa443c /include/mmc.h
parentc18e5fb055ab789f58434e3cb432582adee0134c (diff)
parent12a29d3b851029212ca3b3e0f233fc7b62aa0a39 (diff)
Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-mmc
Diffstat (limited to 'include/mmc.h')
-rw-r--r--include/mmc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mmc.h b/include/mmc.h
index 9b4dc683110..073b01f82b3 100644
--- a/include/mmc.h
+++ b/include/mmc.h
@@ -561,6 +561,7 @@ struct mmc_ops {
int (*getwp)(struct mmc *mmc);
int (*host_power_cycle)(struct mmc *mmc);
int (*get_b_max)(struct mmc *mmc, void *dst, lbaint_t blkcnt);
+ int (*wait_dat0)(struct mmc *mmc, int state, int timeout_us);
};
static inline int mmc_hs400_prepare_ddr(struct mmc *mmc)