summaryrefslogtreecommitdiff
path: root/sysroot/usr/include/linux/serial_core.h
blob: 79f037523e4dfa54ab7ff09b864183c61c3dd864 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
/****************************************************************************
 ****************************************************************************
 ***
 ***   This header was automatically generated from a Linux kernel header
 ***   of the same name, to make information necessary for userspace to
 ***   call into the kernel available to libc.  It contains only constants,
 ***   structures, and macros generated from the original header, and thus,
 ***   contains no copyrightable information.
 ***
 ****************************************************************************
 ****************************************************************************/
#ifndef LINUX_SERIAL_CORE_H
#define LINUX_SERIAL_CORE_H

#define PORT_UNKNOWN 0
#define PORT_8250 1
#define PORT_16450 2
#define PORT_16550 3
#define PORT_16550A 4
#define PORT_CIRRUS 5
#define PORT_16650 6
#define PORT_16650V2 7
#define PORT_16750 8
#define PORT_STARTECH 9
#define PORT_16C950 10
#define PORT_16654 11
#define PORT_16850 12
#define PORT_RSA 13
#define PORT_NS16550A 14
#define PORT_XSCALE 15
#define PORT_MAX_8250 15  

#define PORT_PXA 31
#define PORT_AMBA 32
#define PORT_CLPS711X 33
#define PORT_SA1100 34
#define PORT_UART00 35
#define PORT_21285 37

#define PORT_SUNZILOG 38
#define PORT_SUNSAB 39

#define PORT_V850E_UART 40

#define PORT_DZ 47

#define PORT_MUX 48

#define PORT_AT91 49

#define PORT_MAC_ZILOG 50  
#define PORT_PMAC_ZILOG 51

#define PORT_SCI 52
#define PORT_SCIF 53
#define PORT_IRDA 54

#define PORT_S3C2410 55

#define PORT_IP22ZILOG 56

#define PORT_LH7A40X 57

#define PORT_CPM 58

#define PORT_MPC52xx 59

#define PORT_ICOM 60

#define PORT_S3C2440 61

#define PORT_IMX 62

#define PORT_MPSC 63

#define PORT_TXX9 64

#define PORT_VR41XX_SIU 65
#define PORT_VR41XX_DSIU 66

#define PORT_S3C2400 67

#define PORT_M32R_SIO 68

#define PORT_JSM 69

#define PORT_IP3106 70

#define PORT_NETX 71

#define PORT_SUNHV 72

#define PORT_S3C2412 73

#endif