X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fenvironment.h;h=1fdbdad882227cfad5d7cfa8cea1a75065e8ee70;hb=be0ecdbed5efc7833275701ebdb1ff8ef7ffd4c0;hp=d7a1adf716f0e1c0a129eeaeb5c701a39338718f;hpb=ac77f42d0939f05b39335277b678859b47edb997;p=u-boot diff --git a/include/environment.h b/include/environment.h index d7a1adf716..1fdbdad882 100644 --- a/include/environment.h +++ b/include/environment.h @@ -184,6 +184,9 @@ extern void env_reloc(void); #include 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