|
Linux Kernel
3.7.1
|
#include <linux/types.h>#include <linux/slab.h>#include <linux/preempt.h>#include <linux/percpu.h>#include <linux/input.h>#include "speakup.h"Go to the source code of this file.
Macros | |
| #define | PRESSED 1 |
| #define | RELEASED 0 |
Functions | |
| DEFINE_PER_CPU (bool, reporting_keystroke) | |
| int | speakup_add_virtual_keyboard (void) |
| void | speakup_remove_virtual_keyboard (void) |
| void | speakup_fake_down_arrow (void) |
| bool | speakup_fake_key_pressed (void) |
| DEFINE_PER_CPU | ( | bool | , |
| reporting_keystroke | |||
| ) |
1.8.2