Commit 713eb3c1 authored by Max Staudt's avatar Max Staudt Committed by Marc Kleine-Budde
Browse files

tty: Add N_CAN327 line discipline ID for ELM327 based CAN driver

parent 0fcae3c8
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -38,8 +38,9 @@
#define N_NULL		27	/* Null ldisc used for error handling */
#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 */

/* Always the newest line discipline + 1 */
#define NR_LDISCS	30
#define NR_LDISCS	31

#endif /* _UAPI_LINUX_TTY_H */