]> err.no Git - linux-2.6/blobdiff - include/linux/serial_core.h
Merge by Hand
[linux-2.6] / include / linux / serial_core.h
index 9b12fe731612dfd2ccb1665278dd5416e2e509f3..9d257923068924cf8e385e9b3127c7b12835b482 100644 (file)
 #define PORT_M32R_SIO  68
 
 /*Digi jsm */
-#define PORT_JSM        65
+#define PORT_JSM        69
+
+#define PORT_IP3106    70
 
 #ifdef __KERNEL__
 
@@ -401,6 +403,9 @@ uart_handle_sysrq_char(struct uart_port *port, unsigned int ch,
 #endif
        return 0;
 }
+#ifndef SUPPORT_SYSRQ
+#define uart_handle_sysrq_char(port,ch,regs) uart_handle_sysrq_char(port, 0, NULL)
+#endif
 
 /*
  * We do the SysRQ and SAK checking like this...