OSDN Git Service

tty: reserve N_SPEAKUP number
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 3 Jun 2017 09:41:07 +0000 (18:41 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 3 Jun 2017 09:42:41 +0000 (18:42 +0900)
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>
include/uapi/linux/tty.h

index 01c4410..e7855df 100644 (file)
@@ -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 */