aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/uapi/linux/tty.h
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-06-03 18:41:07 +0900
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-06-03 18:42:41 +0900
commit47f58e32a27c647de0963386d2714d570b38e3d3 (patch)
treea5eab53c3fe30921ff82cd019ced5d9220bafb92 /include/uapi/linux/tty.h
parentMerge 4.12-rc3 into tty-next (diff)
downloadwireguard-linux-47f58e32a27c647de0963386d2714d570b38e3d3.tar.xz
wireguard-linux-47f58e32a27c647de0963386d2714d570b38e3d3.zip
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 <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/uapi/linux/tty.h')
-rw-r--r--include/uapi/linux/tty.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/tty.h b/include/uapi/linux/tty.h
index 01c4410352ff..e7855dffd592 100644
--- a/include/uapi/linux/tty.h
+++ b/include/uapi/linux/tty.h
@@ -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 */