]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/sdhci.h
bootstage: Record the time taken to set up driver model
[people/ms/u-boot.git] / 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);
 };