]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/keyboard.h
[IA64] Reserve elfcorehdr memory in CONFIG_CRASH_DUMP
[linux-2.6-omap-h63xx.git] / include / linux / keyboard.h
index 65c2d70853e96557dc13c3f8e0a2e1420b4ccbf0..a3c984d780f0144422da0e0e9a4a754dc208510f 100644 (file)
@@ -33,6 +33,7 @@ struct keyboard_notifier_param {
        struct vc_data *vc;     /* VC on which the keyboard press was done */
        int down;               /* Pressure of the key? */
        int shift;              /* Current shift mask */
+       int ledstate;           /* Current led state */
        unsigned int value;     /* keycode, unicode value or keysym */
 };