]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/serial_core.h
knfsd: nfsd4: parse secinfo information in exports downcall
[linux-2.6-omap-h63xx.git] / include / linux / serial_core.h
index aa2653a159f4332e25b8e0b0da0b78b4be68019f..9c721cd2c9d67a3ba0684d55c0d342c3340f6f27 100644 (file)
 /* 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;