From: James S. <jsi...@us...> - 2002-11-23 00:55:54
|
Update of /cvsroot/linuxconsole/ruby/linux/include/linux In directory sc8-pr-cvs1:/tmp/cvs-serv1514/linux/include/linux Modified Files: kbd_kern.h Log Message: Synced to 2.5.49 console BK tree. Index: kbd_kern.h =================================================================== RCS file: /cvsroot/linuxconsole/ruby/linux/include/linux/kbd_kern.h,v retrieving revision 1.14 retrieving revision 1.15 diff -u -d -r1.14 -r1.15 --- kbd_kern.h 29 Oct 2002 18:43:31 -0000 1.14 +++ kbd_kern.h 23 Nov 2002 00:55:51 -0000 1.15 @@ -77,6 +77,8 @@ extern unsigned char getledstate(void); extern void setledstate(struct kbd_struct *kbd, unsigned int led); +extern int do_poke_blanked_console; + extern void (*kbd_ledfunc) (unsigned int led); static inline void set_leds(void) |