xref: /linux/Documentation/driver-api/tty/n_tty.rst (revision 253f68f413a87a4e2bd93e61b00410e5e1b7b774)
1.. SPDX-License-Identifier: GPL-2.0
2
3=====
4N_TTY
5=====
6
7.. contents:: :local:
8
9The default (and fallback) :doc:`TTY line discipline <tty_ldisc>`. It tries to
10handle characters as per POSIX.
11
12External Functions
13==================
14
15.. kernel-doc:: drivers/tty/n_tty.c
16   :export:
17
18Internal Functions
19==================
20
21.. kernel-doc:: drivers/tty/n_tty.c
22   :internal:
23