]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/serial_core.h
i2c: Delete the i2c-isa pseudo bus driver
[linux-2.6-omap-h63xx.git] / include / linux / serial_core.h
index aa2653a159f4332e25b8e0b0da0b78b4be68019f..7f2c99d66e9d697203a72ec4f965459495f4bb63 100644 (file)
 /* Blackfin bf5xx */
 #define PORT_BFIN      75
 
+/* Micrel KS8695 */
+#define PORT_KS8695    76
+
+
 #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;