X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fsdhci.h;h=7e84012f60ec2b840a6abd64c139282e48baa37b;hb=ac4605ae64a93f2365eba8793ea8a79f047d5294;hp=fdef7c40c9a929cc0b743d5a1e34ec24df3d117c;hpb=6d0e34bf4e21596563e5f5950d097a2eab4c81a8;p=u-boot diff --git a/include/sdhci.h b/include/sdhci.h index fdef7c40c9..7e84012f60 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); }; @@ -409,7 +410,7 @@ int sdhci_bind(struct udevice *dev, struct mmc *mmc, struct mmc_config *cfg); int add_sdhci(struct sdhci_host *host, u32 f_max, u32 f_min); #endif /* !CONFIG_BLK */ -#ifdef CONFIG_DM_MMC_OPS +#ifdef CONFIG_DM_MMC /* Export the operations to drivers */ int sdhci_probe(struct udevice *dev); extern const struct dm_mmc_ops sdhci_ops;