8250: Serial driver changes to support future Cavium OCTEON serial patches.
[linux-2.6-block.git] / include / linux / serial_8250.h
index 3d37c94abbc80622732e4a0793ccda55ea6227a7..77d83d929f2ce89f4ed32fe088ef3cd94001916b 100644 (file)
@@ -28,6 +28,8 @@ struct plat_serial8250_port {
        unsigned char   iotype;         /* UPIO_* */
        unsigned char   hub6;
        upf_t           flags;          /* UPF_* flags */
+       unsigned int    (*serial_in)(struct uart_port *, int);
+       void            (*serial_out)(struct uart_port *, int, int);
 };
 
 /*