summaryrefslogtreecommitdiffstats
path: root/drivers/char/keyboard.c
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1997-12-16 05:34:03 +0000
committerRalf Baechle <ralf@linux-mips.org>1997-12-16 05:34:03 +0000
commit967c65a99059fd459b956c1588ce0ba227912c4e (patch)
tree8224d013ff5d255420713d05610c7efebd204d2a /drivers/char/keyboard.c
parente20c1cc1656a66a2773bca4591a895cbc12696ff (diff)
Merge with Linux 2.1.72, part 1.
Diffstat (limited to 'drivers/char/keyboard.c')
-rw-r--r--drivers/char/keyboard.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/char/keyboard.c b/drivers/char/keyboard.c
index 932578806..6a427c684 100644
--- a/drivers/char/keyboard.c
+++ b/drivers/char/keyboard.c
@@ -63,10 +63,12 @@ extern void scrollback(int);
extern void scrollfront(int);
struct wait_queue * keypress_wait = NULL;
+struct console;
-void keyboard_wait_for_keypress(void)
+int keyboard_wait_for_keypress(struct console *co)
{
sleep_on(&keypress_wait);
+ return 0;
}
/*