X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=include%2Ffsl_esdhc.h;h=89bcbd1700ac7b62d4fcc06304177a176180aef3;hb=0dff13a9aed670e9f1eefdb1ee62b15ef2487532;hp=2c97398f4eafe84325be0727469266d70be52ecb;hpb=326ea986ac150acdc7656d57fca647db80b50158;p=karo-tx-uboot.git diff --git a/include/fsl_esdhc.h b/include/fsl_esdhc.h index 2c97398f4e..89bcbd1700 100644 --- a/include/fsl_esdhc.h +++ b/include/fsl_esdhc.h @@ -182,5 +182,6 @@ void fdt_fixup_esdhc(void *blob, bd_t *bd); static inline int fsl_esdhc_mmc_init(bd_t *bis) { return -ENOSYS; } static inline void fdt_fixup_esdhc(void *blob, bd_t *bd) {} #endif /* CONFIG_FSL_ESDHC */ +void __noreturn mmc_boot(void); #endif /* __FSL_ESDHC_H__ */