aboutsummaryrefslogtreecommitdiff
path: root/original/uapi/linux/serial_core.h
diff options
context:
space:
mode:
authorChristopher Ferris <cferris@google.com>2016-08-24 12:11:31 -0700
committerChristopher Ferris <cferris@google.com>2016-08-24 17:06:13 -0700
commitccfaccd726a369b7df72e251710755233d176e5a (patch)
tree0b5922fbd80989e25d2ee9a53a89ea935dce8ea3 /original/uapi/linux/serial_core.h
parentafdc10881b6a1fa81ea1301b428aac0c17a48d38 (diff)
downloadkernel-headers-ccfaccd726a369b7df72e251710755233d176e5a.tar.gz
Update to kernel headers v4.7.2.
Change-Id: Ie38921bc18a94316dc708b9869e53c2d80c4fed1
Diffstat (limited to 'original/uapi/linux/serial_core.h')
-rw-r--r--original/uapi/linux/serial_core.h11
1 files changed, 10 insertions, 1 deletions
diff --git a/original/uapi/linux/serial_core.h b/original/uapi/linux/serial_core.h
index 93ba148..99dbed8 100644
--- a/original/uapi/linux/serial_core.h
+++ b/original/uapi/linux/serial_core.h
@@ -176,7 +176,7 @@
#define PORT_S3C6400 84
-/* NWPSERIAL */
+/* NWPSERIAL, now removed */
#define PORT_NWPSERIAL 85
/* MAX3100 */
@@ -261,4 +261,13 @@
/* STM32 USART */
#define PORT_STM32 113
+/* MVEBU UART */
+#define PORT_MVEBU 114
+
+/* Microchip PIC32 UART */
+#define PORT_PIC32 115
+
+/* MPS2 UART */
+#define PORT_MPS2UART 116
+
#endif /* _UAPILINUX_SERIAL_CORE_H */