Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/ExeBy/smexe_ro.../usr/include/linux
File: tty.h
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
[0] Fix | Delete
#ifndef _LINUX_TTY_H
[1] Fix | Delete
#define _LINUX_TTY_H
[2] Fix | Delete
[3] Fix | Delete
/*
[4] Fix | Delete
* 'tty.h' defines some structures used by tty_io.c and some defines.
[5] Fix | Delete
*/
[6] Fix | Delete
[7] Fix | Delete
#define NR_LDISCS 30
[8] Fix | Delete
[9] Fix | Delete
/* line disciplines */
[10] Fix | Delete
#define N_TTY 0
[11] Fix | Delete
#define N_SLIP 1
[12] Fix | Delete
#define N_MOUSE 2
[13] Fix | Delete
#define N_PPP 3
[14] Fix | Delete
#define N_STRIP 4
[15] Fix | Delete
#define N_AX25 5
[16] Fix | Delete
#define N_X25 6 /* X.25 async */
[17] Fix | Delete
#define N_6PACK 7
[18] Fix | Delete
#define N_MASC 8 /* Reserved for Mobitex module <kaz@cafe.net> */
[19] Fix | Delete
#define N_R3964 9 /* Reserved for Simatic R3964 module */
[20] Fix | Delete
#define N_PROFIBUS_FDL 10 /* Reserved for Profibus */
[21] Fix | Delete
#define N_IRDA 11 /* Linux IrDa - http://irda.sourceforge.net/ */
[22] Fix | Delete
#define N_SMSBLOCK 12 /* SMS block mode - for talking to GSM data */
[23] Fix | Delete
/* cards about SMS messages */
[24] Fix | Delete
#define N_HDLC 13 /* synchronous HDLC */
[25] Fix | Delete
#define N_SYNC_PPP 14 /* synchronous PPP */
[26] Fix | Delete
#define N_HCI 15 /* Bluetooth HCI UART */
[27] Fix | Delete
#define N_GIGASET_M101 16 /* Siemens Gigaset M101 serial DECT adapter */
[28] Fix | Delete
#define N_SLCAN 17 /* Serial / USB serial CAN Adaptors */
[29] Fix | Delete
#define N_PPS 18 /* Pulse per Second */
[30] Fix | Delete
#define N_V253 19 /* Codec control over voice modem */
[31] Fix | Delete
#define N_CAIF 20 /* CAIF protocol for talking to modems */
[32] Fix | Delete
#define N_GSM0710 21 /* GSM 0710 Mux */
[33] Fix | Delete
#define N_TI_WL 22 /* for TI's WL BT, FM, GPS combo chips */
[34] Fix | Delete
#define N_TRACESINK 23 /* Trace data routing for MIPI P1149.7 */
[35] Fix | Delete
#define N_TRACEROUTER 24 /* Trace data routing for MIPI P1149.7 */
[36] Fix | Delete
#define N_NCI 25 /* NFC NCI UART */
[37] Fix | Delete
#define N_SPEAKUP 26 /* Speakup communication with synths */
[38] Fix | Delete
#define N_NULL 27 /* Null ldisc used for error handling */
[39] Fix | Delete
[40] Fix | Delete
#endif /* _LINUX_TTY_H */
[41] Fix | Delete
[42] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function