Skip to content
Snippets Groups Projects
Commit aa844fe1 authored by Clemens Gruber's avatar Clemens Gruber Committed by Tom Rini
Browse files

mmc: add missing prototype for mmc_get_env_dev


This is a follow-up patch to e92029c0 and adds a prototype for
the weak mmc_get_env_dev function.

Cc: Tom Rini <trini@konsulko.com>
Cc: Stephen Warren <swarren@nvidia.com>

Signed-off-by: default avatarClemens Gruber <clemens.gruber@pqgruber.com>
Reviewed-by: default avatarTom Rini <trini@konsulko.com>
Reviewed-by: default avatarPeng Fan <peng.fan@nxp.com>
parent 4f144a41
No related branches found
No related tags found
No related merge requests found
......@@ -479,6 +479,7 @@ void board_mmc_power_init(void);
int board_mmc_init(bd_t *bis);
int cpu_mmc_init(bd_t *bis);
int mmc_get_env_addr(struct mmc *mmc, int copy, u32 *env_addr);
int mmc_get_env_dev(void);
struct pci_device_id;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment