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 **************************************************************************** 11 ****************************************************************************/ 12 #ifndef LINUX_SERIAL_CORE_H 13 #define LINUX_SERIAL_CORE_H 14 15 #define PORT_UNKNOWN 0 16 #define PORT_8250 1 17 #define PORT_16450 2 18 #define PORT_16550 3 19 #define PORT_16550A 4 20 #define PORT_CIRRUS 5 21 #define PORT_16650 6 22 #define PORT_16650V2 7 23 #define PORT_16750 8 24 #define PORT_STARTECH 9 25 #define PORT_16C950 10 26 #define PORT_16654 11 27 #define PORT_16850 12 28 #define PORT_RSA 13 29 #define PORT_NS16550A 14 30 #define PORT_XSCALE 15 31 #define PORT_MAX_8250 15 32 33 #define PORT_PXA 31 34 #define PORT_AMBA 32 35 #define PORT_CLPS711X 33 36 #define PORT_SA1100 34 37 #define PORT_UART00 35 38 #define PORT_21285 37 39 40 #define PORT_SUNZILOG 38 41 #define PORT_SUNSAB 39 42 43 #define PORT_V850E_UART 40 44 45 #define PORT_DZ 47 46 47 #define PORT_MUX 48 48 49 #define PORT_AT91 49 50 51 #define PORT_MAC_ZILOG 50 52 #define PORT_PMAC_ZILOG 51 53 54 #define PORT_SCI 52 55 #define PORT_SCIF 53 56 #define PORT_IRDA 54 57 58 #define PORT_S3C2410 55 59 60 #define PORT_IP22ZILOG 56 61 62 #define PORT_LH7A40X 57 63 64 #define PORT_CPM 58 65 66 #define PORT_MPC52xx 59 67 68 #define PORT_ICOM 60 69 70 #define PORT_S3C2440 61 71 72 #define PORT_IMX 62 73 74 #define PORT_MPSC 63 75 76 #define PORT_TXX9 64 77 78 #define PORT_VR41XX_SIU 65 79 #define PORT_VR41XX_DSIU 66 80 81 #define PORT_S3C2400 67 82 83 #define PORT_M32R_SIO 68 84 85 #define PORT_JSM 69 86 87 #define PORT_IP3106 70 88 89 #define PORT_NETX 71 90 91 #define PORT_SUNHV 72 92 93 #define PORT_S3C2412 73 94 95 #endif 96