summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorIgor Grinberg <[email protected]>2011-11-07 01:13:56 +0000
committerStefano Babic <[email protected]>2011-11-22 08:39:25 +0100
commite3150460a4fd3a7126bcbf1e225610e0d494c8fe (patch)
tree5eda913e1ef06656f20063c6ea9f050c4b403760 /include
parent507651d611897442cb871ad1f5ad6c8d2113dea0 (diff)
common: move extern char console_buffer[] to common.h
Extract all extern declarations for console_buffer[] out of c files into the common.h header. Signed-off-by: Igor Grinberg <[email protected]> Cc: Frank Gottschling <[email protected]> Cc: Murray Jensen <[email protected]>
Diffstat (limited to 'include')
-rw-r--r--include/common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/common.h b/include/common.h
index 5ca8820898b..05a658cdf90 100644
--- a/include/common.h
+++ b/include/common.h
@@ -272,6 +272,7 @@ void reset_cmd_timeout(void);
#ifdef CONFIG_MENU
int abortboot(int bootdelay);
#endif
+extern char console_buffer[];
/* arch/$(ARCH)/lib/board.c */
void board_init_f (ulong) __attribute__ ((noreturn));