mirror of
https://xff.cz/git/u-boot/
synced 2025-10-18 08:23:24 +02:00
env: move extern default_environment[] to environment.h
Extract all extern declarations for default_environment[] out of c files into the environment.h header. Signed-off-by: Igor Grinberg <grinberg@compulab.co.il> Cc: Stefan Roese <sr@denx.de> Acked-by: Stefan Roese <sr@denx.de>
This commit is contained in:
committed by
Stefano Babic
parent
e3150460a4
commit
d1459f0fab
@@ -154,6 +154,8 @@ typedef struct environment_s {
|
||||
unsigned char data[ENV_SIZE]; /* Environment data */
|
||||
} env_t;
|
||||
|
||||
extern const unsigned char default_environment[];
|
||||
|
||||
#ifndef DO_DEPS_ONLY
|
||||
|
||||
#include <search.h>
|
||||
|
Reference in New Issue
Block a user