From d1459f0fab1ac145051a74094c96592c694f84af Mon Sep 17 00:00:00 2001 From: Igor Grinberg Date: Mon, 7 Nov 2011 01:13:57 +0000 Subject: 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 Cc: Stefan Roese Acked-by: Stefan Roese --- include/environment.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/environment.h') diff --git a/include/environment.h b/include/environment.h index 2c8c4f1575..20775da701 100644 --- a/include/environment.h +++ b/include/environment.h @@ -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 -- cgit v1.2.3