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 <grinberg@compulab.co.il> Cc: Frank Gottschling <fgottschling@eltec.de> Cc: Murray Jensen <Murray.Jensen@csiro.au>
This commit is contained in:
committed by
Stefano Babic
parent
507651d611
commit
e3150460a4
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user