]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/environment.h
CPCI4052: Remove CONFIG_SYS_LONGHELP
[karo-tx-uboot.git] / include / environment.h
index d7a1adf716f0e1c0a129eeaeb5c701a39338718f..1fdbdad882227cfad5d7cfa8cea1a75065e8ee70 100644 (file)
@@ -184,6 +184,9 @@ extern void env_reloc(void);
 #include <mmc.h>
 
 extern int mmc_get_env_addr(struct mmc *mmc, int copy, u32 *env_addr);
+# ifdef CONFIG_SYS_MMC_ENV_PART
+extern uint mmc_get_env_part(struct mmc *mmc);
+# endif
 #endif
 
 #ifndef DO_DEPS_ONLY