summaryrefslogtreecommitdiffstats
path: root/include/common.h
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2007-07-05 18:01:51 +0200
committerSascha Hauer <sha@octopus.labnet.pengutronix.de>2007-07-05 18:01:51 +0200
commitb2e140f5c823bca6b5d726360e6b0b2d848a53e7 (patch)
treeb2471783f32bf639421675b69ca93da46fd1af08 /include/common.h
parent5bd6b136a922c926d66b9b7c90d816e8a7bd3c8b (diff)
downloadbarebox-b2e140f5c823bca6b5d726360e6b0b2d848a53e7.tar.gz
barebox-b2e140f5c823bca6b5d726360e6b0b2d848a53e7.tar.xz
svn_rev_411
remove now nonexisting functions from console.c
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/common.h b/include/common.h
index e7911a8d33..d64f0d6a60 100644
--- a/include/common.h
+++ b/include/common.h
@@ -380,13 +380,7 @@ ulong crc32 (ulong, const unsigned char *, uint);
ulong crc32_no_comp (ulong, const unsigned char *, uint);
/* common/console.c */
-int console_init_f(void); /* Before relocation; uses the serial stuff */
-int console_init_r(void); /* After relocation; uses the console stuff */
-int console_assign (int file, char *devname); /* Assign the console */
int ctrlc (void);
-int had_ctrlc (void); /* have we had a Control-C since last clear? */
-void clear_ctrlc (void); /* clear the Control-C condition */
-int disable_ctrlc (int); /* 1 to disable, 0 to enable Control-C detect */
#ifdef CONFIG_SHOW_BOOT_PROGRESS
void show_boot_progress (int status);