Skip to content

Commit

Permalink
tty: reserve N_SPEAKUP number
Browse files Browse the repository at this point in the history
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 <gregkh@linuxfoundation.org>
  • Loading branch information
Greg Kroah-Hartman committed Jun 3, 2017
1 parent aa66863 commit 47f58e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/uapi/linux/tty.h
Original file line number Diff line number Diff line change
@@ -35,5 +35,6 @@
#define N_TRACESINK 23 /* Trace data routing for MIPI P1149.7 */
#define N_TRACEROUTER 24 /* Trace data routing for MIPI P1149.7 */
#define N_NCI 25 /* NFC NCI UART */
#define N_SPEAKUP 26 /* Speakup communication with synths */

#endif /* _UAPI_LINUX_TTY_H */

0 comments on commit 47f58e3

Please sign in to comment.