mirror of
https://github.com/torvalds/linux.git
synced 2026-09-23 13:14:02 +02:00
accessibility/speakup/speakup_dtlk: Add header file macro definition
Add header file macro definition. Signed-off-by: Li zeming <zeming@nfschina.com> Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org> Reviewed-by: Samuel Thibault <samuel.thibault@ens-lyon.org> Link: https://patch.msgid.link/20260531230804.254962-3-samuel.thibault@ens-lyon.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
3adfac7a74
commit
9601f59a19
|
|
@ -1,5 +1,7 @@
|
|||
/* SPDX-License-Identifier: GPL-2.0 */
|
||||
/* speakup_dtlk.h - header file for speakups DoubleTalk driver. */
|
||||
#ifndef _SPEAKUP_DTLK_H
|
||||
#define _SPEAKUP_DTLK_H
|
||||
|
||||
#define SYNTH_IO_EXTENT 0x02
|
||||
#define SYNTH_CLEAR 0x18 /* stops speech */
|
||||
|
|
@ -61,3 +63,4 @@ struct synth_settings {
|
|||
*/
|
||||
u_char has_indexing; /* nonzero if indexing is implemented */
|
||||
};
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user