mmc: core: Add support for HS400 re-tuning
[deliverable/linux.git] / drivers / mmc / core / core.h
index cfba3c05aab1ca8ec536ba3f87020a1a0b93437c..e6f2de7074adefed8a8e044fb54d1488291f6da7 100644 (file)
@@ -88,6 +88,8 @@ void mmc_remove_card_debugfs(struct mmc_card *card);
 void mmc_init_context_info(struct mmc_host *host);
 
 int mmc_execute_tuning(struct mmc_card *card);
+int mmc_hs200_to_hs400(struct mmc_card *card);
+int mmc_hs400_to_hs200(struct mmc_card *card);
 
 #endif
 
This page took 0.023993 seconds and 5 git commands to generate.