|
Linux Kernel
3.7.1
|
#include <uapi/linux/keyboard.h>Go to the source code of this file.
Data Structures | |
| struct | keyboard_notifier_param |
Functions | |
| int | register_keyboard_notifier (struct notifier_block *nb) |
| int | unregister_keyboard_notifier (struct notifier_block *nb) |
Variables | |
| unsigned short * | key_maps [MAX_NR_KEYMAPS] |
| unsigned short | plain_map [NR_KEYS] |
| int register_keyboard_notifier | ( | struct notifier_block * | nb | ) |
Definition at line 146 of file keyboard.c.
| int unregister_keyboard_notifier | ( | struct notifier_block * | nb | ) |
Definition at line 152 of file keyboard.c.
| unsigned short* key_maps[MAX_NR_KEYMAPS] |
Definition at line 87 of file defkeymap.c.
Definition at line 11 of file defkeymap.c.
1.8.2