X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fsdhci.h;h=aa4378fd5797cf6db4ca129ab3a14283082008fb;hb=6864fc8704661878294d1f0f981f47e864ef470f;hp=7f8feefa450bfa82d98c560576fe711eb98fdad9;hpb=4246fae418f213d13ddd1829367183e94b5a7942;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/sdhci.h b/include/sdhci.h index 7f8feef..aa4378f 100644 --- a/include/sdhci.h +++ b/include/sdhci.h @@ -268,6 +268,7 @@ struct sdhci_ops { void (*set_clock)(struct sdhci_host *host, u32 div); int (*platform_execute_tuning)(struct mmc *host, u8 opcode); void (*set_delay)(struct sdhci_host *host); + int (*deferred_probe)(struct sdhci_host *host); }; #if CONFIG_IS_ENABLED(MMC_SDHCI_ADMA)