]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/mmc/mmc_private.h
CPCI4052: Remove CONFIG_SYS_LONGHELP
[karo-tx-uboot.git] / drivers / mmc / mmc_private.h
index 16dcf9ff617b736e357531d1c466c6abb26de82c..447a7001dbd986719aca1c39acbf0e5cd58dc80c 100644 (file)
@@ -16,6 +16,9 @@ extern int mmc_send_cmd(struct mmc *mmc, struct mmc_cmd *cmd,
                        struct mmc_data *data);
 extern int mmc_send_status(struct mmc *mmc, int timeout);
 extern int mmc_set_blocklen(struct mmc *mmc, int len);
+#ifdef CONFIG_FSL_ESDHC_ADAPTER_IDENT
+void mmc_adapter_card_type_ident(void);
+#endif
 
 #ifndef CONFIG_SPL_BUILD