]> git.sur5r.net Git - u-boot/blobdiff - include/sdhci.h
armv8: Kconfig: fsl-ppa: support load PPA from eMMC/SD and NAND Flash
[u-boot] / include / sdhci.h
index fdef7c40c9a929cc0b743d5a1e34ec24df3d117c..6a43271e963222f0c3321bf35aaa709ac22e863e 100644 (file)
@@ -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);
 };