Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros
sparse-keymap.h File Reference

Go to the source code of this file.

Macros

#define KE_END   0 /* Indicates end of keymap */
 
#define KE_KEY   1 /* Ordinary key/button */
 
#define KE_SW   2 /* Switch (predetermined value) */
 
#define KE_VSW   3 /* Switch (value supplied at runtime) */
 
#define KE_IGNORE   4 /* Known entry that should be ignored */
 
#define KE_LAST   KE_IGNORE
 

Macro Definition Documentation

#define KE_END   0 /* Indicates end of keymap */

Definition at line 12 of file sparse-keymap.h.

#define KE_IGNORE   4 /* Known entry that should be ignored */

Definition at line 16 of file sparse-keymap.h.

#define KE_KEY   1 /* Ordinary key/button */

Definition at line 13 of file sparse-keymap.h.

#define KE_LAST   KE_IGNORE

Definition at line 17 of file sparse-keymap.h.

#define KE_SW   2 /* Switch (predetermined value) */

Definition at line 14 of file sparse-keymap.h.

#define KE_VSW   3 /* Switch (value supplied at runtime) */

Definition at line 15 of file sparse-keymap.h.