Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
#define | SYNTH_IO_EXTENT 0x02 |
#define | SYNTH_CLEAR 0x18 /* stops speech */ |
#define | SYNTH_READABLE |
#define | SYNTH_WRITABLE |
#define | SYNTH_QUIET 'S' /* synth is not speaking */ |
#define | SYNTH_FULL 'F' /* synth is full. */ |
#define | SYNTH_ALMOST_EMPTY 'M' /* synth has less than 2 seconds of text left */ |
#define | SYNTH_SPEAKING 's' /* synth is speaking and has a fare way to go */ |
Definition at line 12 of file speakup_acnt.h.
#define SYNTH_CLEAR 0x18 /* stops speech */ |
Definition at line 5 of file speakup_acnt.h.
Definition at line 11 of file speakup_acnt.h.
#define SYNTH_IO_EXTENT 0x02 |
Definition at line 3 of file speakup_acnt.h.
Definition at line 10 of file speakup_acnt.h.
#define SYNTH_READABLE |
Definition at line 8 of file speakup_acnt.h.
Definition at line 13 of file speakup_acnt.h.
#define SYNTH_WRITABLE |
Definition at line 9 of file speakup_acnt.h.