diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-06-03 12:41:07 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-06-03 12:42:41 +0300 |
commit | 47f58e32a27c647de0963386d2714d570b38e3d3 (patch) | |
tree | a5eab53c3fe30921ff82cd019ced5d9220bafb92 /include/uapi/linux | |
parent | aa668632ae8c25ffc2d94c865af099cca15944b4 (diff) | |
download | linux-47f58e32a27c647de0963386d2714d570b38e3d3.tar.xz |
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')
-rw-r--r-- | include/uapi/linux/tty.h | 1 |
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 */ |