serial_core.h revision 525ce914edf136d2bd02ac8c404d56c52e737f4d
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 ****************************************************************************/
19#ifndef _UAPILINUX_SERIAL_CORE_H
20#define _UAPILINUX_SERIAL_CORE_H
21#include <linux/serial.h>
22#define PORT_UNKNOWN 0
23#define PORT_8250 1
24#define PORT_16450 2
25#define PORT_16550 3
26#define PORT_16550A 4
27#define PORT_CIRRUS 5
28#define PORT_16650 6
29#define PORT_16650V2 7
30#define PORT_16750 8
31#define PORT_STARTECH 9
32#define PORT_16C950 10
33#define PORT_16654 11
34#define PORT_16850 12
35#define PORT_RSA 13
36#define PORT_NS16550A 14
37#define PORT_XSCALE 15
38#define PORT_RM9000 16
39#define PORT_OCTEON 17
40#define PORT_AR7 18
41#define PORT_U6_16550A 19
42#define PORT_TEGRA 20
43#define PORT_XR17D15X 21
44#define PORT_LPC3220 22
45#define PORT_8250_CIR 23
46#define PORT_XR17V35X 24
47#define PORT_BRCM_TRUMANAGE 25
48#define PORT_ALTR_16550_F32 26
49#define PORT_ALTR_16550_F64 27
50#define PORT_ALTR_16550_F128 28
51#define PORT_RT2880 29
52#define PORT_16550A_FSL64 30
53#define PORT_DA830 31
54#define PORT_MAX_8250 31
55#define PORT_PXA 31
56#define PORT_AMBA 32
57#define PORT_CLPS711X 33
58#define PORT_SA1100 34
59#define PORT_UART00 35
60#define PORT_21285 37
61#define PORT_SUNZILOG 38
62#define PORT_SUNSAB 39
63#define PORT_DZ 46
64#define PORT_ZS 47
65#define PORT_MUX 48
66#define PORT_ATMEL 49
67#define PORT_MAC_ZILOG 50
68#define PORT_PMAC_ZILOG 51
69#define PORT_SCI 52
70#define PORT_SCIF 53
71#define PORT_IRDA 54
72#define PORT_S3C2410 55
73#define PORT_IP22ZILOG 56
74#define PORT_LH7A40X 57
75#define PORT_CPM 58
76#define PORT_MPC52xx 59
77#define PORT_ICOM 60
78#define PORT_S3C2440 61
79#define PORT_IMX 62
80#define PORT_MPSC 63
81#define PORT_TXX9 64
82#define PORT_VR41XX_SIU 65
83#define PORT_VR41XX_DSIU 66
84#define PORT_S3C2400 67
85#define PORT_M32R_SIO 68
86#define PORT_JSM 69
87#define PORT_PNX8XXX 70
88#define PORT_NETX 71
89#define PORT_SUNHV 72
90#define PORT_S3C2412 73
91#define PORT_UARTLITE 74
92#define PORT_BFIN 75
93#define PORT_KS8695 76
94#define PORT_SB1250_DUART 77
95#define PORT_MCF 78
96#define PORT_BFIN_SPORT 79
97#define PORT_MN10300 80
98#define PORT_MN10300_CTS 81
99#define PORT_SC26XX 82
100#define PORT_SCIFA 83
101#define PORT_S3C6400 84
102#define PORT_NWPSERIAL 85
103#define PORT_MAX3100 86
104#define PORT_TIMBUART 87
105#define PORT_MSM 88
106#define PORT_BCM63XX 89
107#define PORT_APBUART 90
108#define PORT_ALTERA_JTAGUART 91
109#define PORT_ALTERA_UART 92
110#define PORT_SCIFB 93
111#define PORT_MAX310X 94
112#define PORT_MFD 95
113#define PORT_OMAP 96
114#define PORT_VT8500 97
115#define PORT_XUARTPS 98
116#define PORT_AR933X 99
117#define PORT_EFMUART 100
118#define PORT_ARC 101
119#define PORT_RP2 102
120#define PORT_LPUART 103
121#define PORT_HSCIF 104
122#define PORT_ASC 105
123#define PORT_TILEGX 106
124#define PORT_MEN_Z135 107
125#define PORT_SC16IS7XX 108
126#define PORT_MESON 109
127#define PORT_DIGICOLOR 110
128#define PORT_SPRD 111
129#define PORT_CRIS 112
130#define PORT_STM32 113
131#define PORT_MVEBU 114
132#define PORT_PIC32 115
133#define PORT_MPS2UART 116
134#endif
135