| Nick Kralevich | a67e4de | 2013-01-14 11:28:26 -0800 | [diff] [blame] | 1 | /**************************************************************************** | 
|  | 2 | **************************************************************************** | 
|  | 3 | *** | 
|  | 4 | ***   This header was automatically generated from a Linux kernel header | 
|  | 5 | ***   of the same name, to make information necessary for userspace to | 
|  | 6 | ***   call into the kernel available to libc.  It contains only constants, | 
|  | 7 | ***   structures, and macros generated from the original header, and thus, | 
|  | 8 | ***   contains no copyrightable information. | 
|  | 9 | *** | 
|  | 10 | ***   To edit the content of this header, modify the corresponding | 
|  | 11 | ***   source file (e.g. under external/kernel-headers/original/) then | 
|  | 12 | ***   run bionic/libc/kernel/tools/update_all.py | 
|  | 13 | *** | 
|  | 14 | ***   Any manual change here will be lost the next time this script will | 
|  | 15 | ***   be run. You've been warned! | 
|  | 16 | *** | 
|  | 17 | **************************************************************************** | 
|  | 18 | ****************************************************************************/ | 
| Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 19 | #ifndef _UAPI_LINUX_TTY_H | 
|  | 20 | #define _UAPI_LINUX_TTY_H | 
|  | 21 | #define NR_LDISCS 30 | 
|  | 22 | #define N_TTY 0 | 
| Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 23 | #define N_SLIP 1 | 
|  | 24 | #define N_MOUSE 2 | 
|  | 25 | #define N_PPP 3 | 
|  | 26 | #define N_STRIP 4 | 
| Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 27 | #define N_AX25 5 | 
|  | 28 | #define N_X25 6 | 
|  | 29 | #define N_6PACK 7 | 
|  | 30 | #define N_MASC 8 | 
| Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 31 | #define N_R3964 9 | 
|  | 32 | #define N_PROFIBUS_FDL 10 | 
|  | 33 | #define N_IRDA 11 | 
|  | 34 | #define N_SMSBLOCK 12 | 
| Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 35 | #define N_HDLC 13 | 
|  | 36 | #define N_SYNC_PPP 14 | 
|  | 37 | #define N_HCI 15 | 
|  | 38 | #define N_GIGASET_M101 16 | 
| Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 39 | #define N_SLCAN 17 | 
|  | 40 | #define N_PPS 18 | 
|  | 41 | #define N_V253 19 | 
|  | 42 | #define N_CAIF 20 | 
| Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 43 | #define N_GSM0710 21 | 
|  | 44 | #define N_TI_WL 22 | 
|  | 45 | #define N_TRACESINK 23 | 
|  | 46 | #define N_TRACEROUTER 24 | 
| Christopher Ferris | 05d08e9 | 2016-02-04 13:16:38 -0800 | [diff] [blame] | 47 | #define N_NCI 25 | 
| Christopher Ferris | 1308ad3 | 2017-11-14 17:32:13 -0800 | [diff] [blame] | 48 | #define N_SPEAKUP 26 | 
|  | 49 | #define N_NULL 27 | 
| Nick Kralevich | a67e4de | 2013-01-14 11:28:26 -0800 | [diff] [blame] | 50 | #endif |