Linux Kernel
3.7.1
|
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 |
#define KE_END 0 /* Indicates end of keymap */ |
Definition at line 12 of file sparse-keymap.h.
Definition at line 16 of file sparse-keymap.h.
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.
Definition at line 15 of file sparse-keymap.h.