]> err.no Git - linux-2.6/blobdiff - include/linux/serial_core.h
zs: move to the serial subsystem
[linux-2.6] / include / linux / serial_core.h
index aa2653a159f4332e25b8e0b0da0b78b4be68019f..773d8d8828ad77bb7006e039232b4d6bf6900dca 100644 (file)
@@ -62,8 +62,9 @@
 /* NEC v850.  */
 #define PORT_V850E_UART        40
 
-/* DZ */
-#define PORT_DZ                47
+/* DEC */
+#define PORT_DZ                46
+#define PORT_ZS                47
 
 /* Parisc type numbers. */
 #define PORT_MUX       48
 /* Blackfin bf5xx */
 #define PORT_BFIN      75
 
+/* Micrel KS8695 */
+#define PORT_KS8695    76
+
+/* Broadcom SB1250, etc. SOC */
+#define PORT_SB1250_DUART      77
+
+
 #ifdef __KERNEL__
 
 #include <linux/compiler.h>
 #include <linux/sched.h>
 #include <linux/tty.h>
 #include <linux/mutex.h>
+#include <linux/sysrq.h>
 
 struct uart_port;
 struct uart_info;