Skip to content

Commit 47f58e3

Browse files
committed
tty: reserve N_SPEAKUP number
Over in the staging tree, N_SPEAKUP is added, so to make life easier for merging and other development, also reserve it in the tty tree. Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent aa66863 commit 47f58e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/uapi/linux/tty.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,6 @@
3535
#define N_TRACESINK 23 /* Trace data routing for MIPI P1149.7 */
3636
#define N_TRACEROUTER 24 /* Trace data routing for MIPI P1149.7 */
3737
#define N_NCI 25 /* NFC NCI UART */
38+
#define N_SPEAKUP 26 /* Speakup communication with synths */
3839

3940
#endif /* _UAPI_LINUX_TTY_H */

0 commit comments

Comments
 (0)