mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-04-01 12:01:31 +00:00
env_mmc: add mmc_get_env_addr() prototype
Add missing mmc_get_env_addr() prototype in environment.h Signed-off-by: Dmitry Lifshitz <lifshitz@compulab.co.il> Acked-by: Pantelis Antoniou <panto@antoniou-consulting.com>
This commit is contained in:
parent
da55c66ec9
commit
ac77f42d09
1 changed files with 6 additions and 0 deletions
|
@ -180,6 +180,12 @@ extern unsigned char env_get_char_spec(int);
|
||||||
extern void env_reloc(void);
|
extern void env_reloc(void);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef CONFIG_ENV_IS_IN_MMC
|
||||||
|
#include <mmc.h>
|
||||||
|
|
||||||
|
extern int mmc_get_env_addr(struct mmc *mmc, int copy, u32 *env_addr);
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef DO_DEPS_ONLY
|
#ifndef DO_DEPS_ONLY
|
||||||
|
|
||||||
#include <env_attr.h>
|
#include <env_attr.h>
|
||||||
|
|
Loading…
Add table
Reference in a new issue