Merge branch 'linus' into cont_syslog
[safe/jmp/linux-2.6] / include / linux / serial_core.h
index ade1536..f10db6e 100644 (file)
 
 /* Altera UARTs */
 #define PORT_ALTERA_JTAGUART   91
+#define PORT_ALTERA_UART       92
 
 #ifdef __KERNEL__
 
@@ -249,6 +250,7 @@ struct uart_ops {
 #endif
 };
 
+#define NO_POLL_CHAR           0x00ff0000
 #define UART_CONFIG_TYPE       (1 << 0)
 #define UART_CONFIG_IRQ                (1 << 1)