Message ID | 20240817093258.9220-1-rwz@xhero.org |
---|---|
State | New |
Headers | show |
Series | [net-next,1/2] tty: Add N_TASHTALK line discipline for TashTalk Localtalk serial driver | expand |
diff --git a/include/uapi/linux/tty.h b/include/uapi/linux/tty.h index 68aeae2addec..bac4c0af67e6 100644 --- a/include/uapi/linux/tty.h +++ b/include/uapi/linux/tty.h @@ -39,8 +39,9 @@ #define N_MCTP 28 /* MCTP-over-serial */ #define N_DEVELOPMENT 29 /* Manual out-of-tree testing */ #define N_CAN327 30 /* ELM327 based OBD-II interfaces */ +#define N_TASHTALK 31 /* TashTalk LocalTalk driver */ /* Always the newest line discipline + 1 */ -#define NR_LDISCS 31 +#define NR_LDISCS 32 #endif /* _UAPI_LINUX_TTY_H */
This is the patch for the line discipline Signed-off-by: Rodolfo Zitellini <rwz@xhero.org> --- include/uapi/linux/tty.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)