summaryrefslogtreecommitdiff
path: root/include/sdhci.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2017-01-26 17:26:24 (GMT)
committerTom Rini <trini@konsulko.com>2017-01-26 17:26:24 (GMT)
commitcf4128e53caa4f7b0a6586fc3f10690d5c05db31 (patch)
tree2e953d14e76609fadaf1acb8593b46c38c604cdc /include/sdhci.h
parentf59f07ece5ec78a8fc2f0e06a80ff66029002629 (diff)
parente559ef1ae80c1bde942ad9c62932de20e2b68cef (diff)
downloadu-boot-fsl-qoriq-cf4128e53caa4f7b0a6586fc3f10690d5c05db31.tar.xz
Merge git://www.denx.de/git/u-boot-marvell
Diffstat (limited to 'include/sdhci.h')
-rw-r--r--include/sdhci.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sdhci.h b/include/sdhci.h
index fdef7c4..6a43271 100644
--- a/include/sdhci.h
+++ b/include/sdhci.h
@@ -235,6 +235,7 @@ struct sdhci_ops {
#endif
int (*get_cd)(struct sdhci_host *host);
void (*set_control_reg)(struct sdhci_host *host);
+ void (*set_ios_post)(struct sdhci_host *host);
void (*set_clock)(struct sdhci_host *host, u32 div);
};