Update of /cvsroot/linuxconsole/ruby/linux/include/linux
In directory usw-pr-cvs1:/tmp/cvs-serv4144
Modified Files:
kbd_kern.h
Log Message:
Oops. wait_for_keypress is gone.
Index: kbd_kern.h
===================================================================
RCS file: /cvsroot/linuxconsole/ruby/linux/include/linux/kbd_kern.h,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- kbd_kern.h 9 Sep 2001 16:36:34 -0000 1.11
+++ kbd_kern.h 15 Feb 2002 23:20:49 -0000 1.12
@@ -139,7 +139,6 @@
struct console;
void compute_shiftstate(void);
-int keyboard_wait_for_keypress(struct console *);
int getkeycode(struct input_handle *handle, unsigned int scancode);
int setkeycode(struct input_handle *handle, unsigned int scancode, unsigned int
keycode);
|