X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fsdhci.h;h=aa4378fd5797cf6db4ca129ab3a14283082008fb;hb=1ebf50d9bb3ae844cc05b7e720e7a34ab53557c8;hp=7f8feefa450bfa82d98c560576fe711eb98fdad9;hpb=f5df6aa1e64bdde7c26cf349dfd3a773f5c18e26;p=oweals%2Fu-boot.git diff --git a/include/sdhci.h b/include/sdhci.h index 7f8feefa45..aa4378fd57 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)