]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - drivers/staging/speakup/speakup_acnt.h
Merge branch 'idr-4.11' of git://git.infradead.org/users/willy/linux-dax
[mirror_ubuntu-artful-kernel.git] / drivers / staging / speakup / speakup_acnt.h
CommitLineData
c6e3fd22
WH
1/* speakup_acntpc.h - header file for speakups Accent-PC driver. */
2
3#define SYNTH_IO_EXTENT 0x02
4
5#define SYNTH_CLEAR 0x18 /* stops speech */
6
7 /* Port Status Flags */
8#define SYNTH_READABLE 0x01 /* mask for bit which is nonzero if a
13d825ed
AF
9 * byte can be read from the data port
10 */
c6e3fd22 11#define SYNTH_WRITABLE 0x02 /* mask for RDY bit, which when set to
13d825ed
AF
12 * 1, indicates the data port is ready
13 * to accept a byte of data.
14 */
c6e3fd22
WH
15#define SYNTH_QUIET 'S' /* synth is not speaking */
16#define SYNTH_FULL 'F' /* synth is full. */
83414d52 17#define SYNTH_ALMOST_EMPTY 'M' /* synth has less than 2 seconds of text left */
c6e3fd22 18#define SYNTH_SPEAKING 's' /* synth is speaking and has a fare way to go */