summaryrefslogtreecommitdiffstats
path: root/include/environment.h
diff options
context:
space:
mode:
authorIgor Grinberg <grinberg@compulab.co.il>2011-11-07 01:14:11 +0000
committerStefano Babic <sbabic@denx.de>2011-11-22 08:39:27 +0100
commit27aafe988e1ee7b246c46031283113bdafcb4f75 (patch)
tree67cb3d71ae759ee59d9ebd094f52a7552137128c /include/environment.h
parentde152b9bf8a43a361762bcad3188c6aaffca0a6e (diff)
downloadblackbird-obmc-uboot-27aafe988e1ee7b246c46031283113bdafcb4f75.tar.gz
blackbird-obmc-uboot-27aafe988e1ee7b246c46031283113bdafcb4f75.zip
env: clean env_common.c checkpatch and code style
Cleanup the env_common.c checkpatch warnings, errors and coding style. Signed-off-by: Igor Grinberg <grinberg@compulab.co.il>
Diffstat (limited to 'include/environment.h')
-rw-r--r--include/environment.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/environment.h b/include/environment.h
index 3c8c24bfbe..3c145af938 100644
--- a/include/environment.h
+++ b/include/environment.h
@@ -162,6 +162,14 @@ extern env_t environment;
#endif /* ENV_IS_EMBEDDED */
extern const unsigned char default_environment[];
+extern env_t *env_ptr;
+
+extern void env_relocate_spec(void);
+extern unsigned char env_get_char_spec(int);
+
+#if defined(CONFIG_NEEDS_MANUAL_RELOC)
+extern void env_reloc(void);
+#endif
#ifndef DO_DEPS_ONLY
OpenPOWER on IntegriCloud