mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 08:42:12 +02:00
env: Move get_env_id() to env.h
Move this function over to the new header file. Also rename it to have an env_ prefix like the other functions. Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Joe Hershberger <joe.hershberger@ni.com>
This commit is contained in:
@@ -247,8 +247,6 @@ static inline int env_set_addr(const char *varname, const void *addr)
|
||||
return env_set_hex(varname, (ulong)addr);
|
||||
}
|
||||
|
||||
int get_env_id (void);
|
||||
|
||||
void pci_init_board(void);
|
||||
|
||||
/* common/exports.c */
|
||||
|
Reference in New Issue
Block a user