diff options
Diffstat (limited to 'include/uapi/linux/serial_core.h')
| -rw-r--r-- | include/uapi/linux/serial_core.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/include/uapi/linux/serial_core.h b/include/uapi/linux/serial_core.h index 7e1ab20adc03..2c6c85f18ea0 100644 --- a/include/uapi/linux/serial_core.h +++ b/include/uapi/linux/serial_core.h | |||
| @@ -49,7 +49,9 @@ | |||
| 49 | #define PORT_XR17D15X 21 /* Exar XR17D15x UART */ | 49 | #define PORT_XR17D15X 21 /* Exar XR17D15x UART */ |
| 50 | #define PORT_LPC3220 22 /* NXP LPC32xx SoC "Standard" UART */ | 50 | #define PORT_LPC3220 22 /* NXP LPC32xx SoC "Standard" UART */ |
| 51 | #define PORT_8250_CIR 23 /* CIR infrared port, has its own driver */ | 51 | #define PORT_8250_CIR 23 /* CIR infrared port, has its own driver */ |
| 52 | #define PORT_MAX_8250 23 /* max port ID */ | 52 | #define PORT_XR17V35X 24 /* Exar XR17V35x UARTs */ |
| 53 | #define PORT_BRCM_TRUMANAGE 24 | ||
| 54 | #define PORT_MAX_8250 25 /* max port ID */ | ||
| 53 | 55 | ||
| 54 | /* | 56 | /* |
| 55 | * ARM specific type numbers. These are not currently guaranteed | 57 | * ARM specific type numbers. These are not currently guaranteed |
| @@ -215,5 +217,7 @@ | |||
| 215 | /* Energy Micro efm32 SoC */ | 217 | /* Energy Micro efm32 SoC */ |
| 216 | #define PORT_EFMUART 100 | 218 | #define PORT_EFMUART 100 |
| 217 | 219 | ||
| 220 | /* ARC (Synopsys) on-chip UART */ | ||
| 221 | #define PORT_ARC 101 | ||
| 218 | 222 | ||
| 219 | #endif /* _UAPILINUX_SERIAL_CORE_H */ | 223 | #endif /* _UAPILINUX_SERIAL_CORE_H */ |
