9
0
Fork 0

console: remove unused function prototypes

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Sascha Hauer 2012-01-26 10:03:05 +01:00
parent 8d6bfdaec7
commit 48529db7d4
1 changed files with 0 additions and 13 deletions

View File

@ -56,17 +56,4 @@ extern struct list_head console_list;
#define CFG_PBSIZE (CONFIG_CBSIZE+sizeof(CONFIG_PROMPT)+16)
void early_console_putc(void *base, char c);
void early_console_init(void *base, int baudrate);
void early_console_start(const char *name, int baudrate);
/*
* Resolve an early console name to a pointer pointing
* to the consoles base address, usually implemented in
* board setup file.
*/
void *get_early_console_base(const char *name);
#endif