提交 ac77f42d 编写于 作者: D Dmitry Lifshitz 提交者: Pantelis Antoniou

env_mmc: add mmc_get_env_addr() prototype

Add missing mmc_get_env_addr() prototype in environment.h
Signed-off-by: NDmitry Lifshitz <lifshitz@compulab.co.il>
Acked-by: NPantelis Antoniou <panto@antoniou-consulting.com>
上级 da55c66e
......@@ -180,6 +180,12 @@ extern unsigned char env_get_char_spec(int);
extern void env_reloc(void);
#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
#include <env_attr.h>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册