|
Linux Kernel
3.7.1
|
#include <linux/console.h>#include <linux/types.h>#include <linux/wait.h>#include "speakup.h"#include "spk_priv.h"Go to the source code of this file.
Macros | |
| #define | synthBufferSize 8192 /* currently 8K bytes */ |
| EXPORT_SYMBOL_GPL | ( | speakup_start_ttys | ) |
| EXPORT_SYMBOL_GPL | ( | synth_buffer_empty | ) |
| EXPORT_SYMBOL_GPL | ( | synth_buffer_getc | ) |
| EXPORT_SYMBOL_GPL | ( | synth_buffer_peek | ) |
| EXPORT_SYMBOL_GPL | ( | synth_buffer_clear | ) |
1.8.2