summaryrefslogtreecommitdiffstats
path: root/include/console.h
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2012-01-26 10:03:05 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2012-01-26 12:28:22 +0100
commit48529db7d46e600cbbf935af0f14f0a082950993 (patch)
tree981e36d50a78e7e66830411bcee6aa213b0a31a1 /include/console.h
parent8d6bfdaec7c3ce44969ca0930b84442ff93cd80b (diff)
downloadbarebox-48529db7d46e600cbbf935af0f14f0a082950993.tar.gz
barebox-48529db7d46e600cbbf935af0f14f0a082950993.tar.xz
console: remove unused function prototypes
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'include/console.h')
-rw-r--r--include/console.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/include/console.h b/include/console.h
index c0817f6371..47e8600037 100644
--- a/include/console.h
+++ b/include/console.h
@@ -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
-