~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/include/uapi/linux/tty.h

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

Diff markup

Differences between /include/uapi/linux/tty.h (Architecture sparc64) and /include/uapi/linux/tty.h (Architecture sparc)


  1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux      1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
  2 #ifndef _UAPI_LINUX_TTY_H                           2 #ifndef _UAPI_LINUX_TTY_H
  3 #define _UAPI_LINUX_TTY_H                           3 #define _UAPI_LINUX_TTY_H
  4                                                     4 
  5 /*                                                  5 /*
  6  * 'tty.h' defines some structures used by tty      6  * 'tty.h' defines some structures used by tty_io.c and some defines.
  7  */                                                 7  */
  8                                                     8 
  9 /* line disciplines */                              9 /* line disciplines */
 10 #define N_TTY           0                          10 #define N_TTY           0
 11 #define N_SLIP          1                          11 #define N_SLIP          1
 12 #define N_MOUSE         2                          12 #define N_MOUSE         2
 13 #define N_PPP           3                          13 #define N_PPP           3
 14 #define N_STRIP         4                          14 #define N_STRIP         4
 15 #define N_AX25          5                          15 #define N_AX25          5
 16 #define N_X25           6       /* X.25 async      16 #define N_X25           6       /* X.25 async */
 17 #define N_6PACK         7                          17 #define N_6PACK         7
 18 #define N_MASC          8       /* Reserved fo     18 #define N_MASC          8       /* Reserved for Mobitex module <kaz@cafe.net> */
 19 #define N_R3964         9       /* Reserved fo     19 #define N_R3964         9       /* Reserved for Simatic R3964 module */
 20 #define N_PROFIBUS_FDL  10      /* Reserved fo     20 #define N_PROFIBUS_FDL  10      /* Reserved for Profibus */
 21 #define N_IRDA          11      /* Linux IrDa      21 #define N_IRDA          11      /* Linux IrDa - http://irda.sourceforge.net/ */
 22 #define N_SMSBLOCK      12      /* SMS block m     22 #define N_SMSBLOCK      12      /* SMS block mode - for talking to GSM data */
 23                                 /* cards about     23                                 /* cards about SMS messages */
 24 #define N_HDLC          13      /* synchronous     24 #define N_HDLC          13      /* synchronous HDLC */
 25 #define N_SYNC_PPP      14      /* synchronous     25 #define N_SYNC_PPP      14      /* synchronous PPP */
 26 #define N_HCI           15      /* Bluetooth H     26 #define N_HCI           15      /* Bluetooth HCI UART */
 27 #define N_GIGASET_M101  16      /* Siemens Gig     27 #define N_GIGASET_M101  16      /* Siemens Gigaset M101 serial DECT adapter */
 28 #define N_SLCAN         17      /* Serial / US     28 #define N_SLCAN         17      /* Serial / USB serial CAN Adaptors */
 29 #define N_PPS           18      /* Pulse per S     29 #define N_PPS           18      /* Pulse per Second */
 30 #define N_V253          19      /* Codec contr     30 #define N_V253          19      /* Codec control over voice modem */
 31 #define N_CAIF          20      /* CAIF protoc     31 #define N_CAIF          20      /* CAIF protocol for talking to modems */
 32 #define N_GSM0710       21      /* GSM 0710 Mu     32 #define N_GSM0710       21      /* GSM 0710 Mux */
 33 #define N_TI_WL         22      /* for TI's WL     33 #define N_TI_WL         22      /* for TI's WL BT, FM, GPS combo chips */
 34 #define N_TRACESINK     23      /* Trace data      34 #define N_TRACESINK     23      /* Trace data routing for MIPI P1149.7 */
 35 #define N_TRACEROUTER   24      /* Trace data      35 #define N_TRACEROUTER   24      /* Trace data routing for MIPI P1149.7 */
 36 #define N_NCI           25      /* NFC NCI UAR     36 #define N_NCI           25      /* NFC NCI UART */
 37 #define N_SPEAKUP       26      /* Speakup com     37 #define N_SPEAKUP       26      /* Speakup communication with synths */
 38 #define N_NULL          27      /* Null ldisc      38 #define N_NULL          27      /* Null ldisc used for error handling */
 39 #define N_MCTP          28      /* MCTP-over-s     39 #define N_MCTP          28      /* MCTP-over-serial */
 40 #define N_DEVELOPMENT   29      /* Manual out-     40 #define N_DEVELOPMENT   29      /* Manual out-of-tree testing */
 41 #define N_CAN327        30      /* ELM327 base     41 #define N_CAN327        30      /* ELM327 based OBD-II interfaces */
 42                                                    42 
 43 /* Always the newest line discipline + 1 */        43 /* Always the newest line discipline + 1 */
 44 #define NR_LDISCS       31                         44 #define NR_LDISCS       31
 45                                                    45 
 46 #endif /* _UAPI_LINUX_TTY_H */                     46 #endif /* _UAPI_LINUX_TTY_H */
 47                                                    47 

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php