]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/serial_core.h
Subject: [PATCH 1/2] serial: Add flush_buffer() operation to uart_ops
[linux-2.6-omap-h63xx.git] / include / linux / serial_core.h
index d8f31de632c5cb73e3d779086543ed100d8a736d..1d2faa6592aede261a4cdaf74c98959d4b722191 100644 (file)
@@ -190,6 +190,7 @@ struct uart_ops {
        void            (*break_ctl)(struct uart_port *, int ctl);
        int             (*startup)(struct uart_port *);
        void            (*shutdown)(struct uart_port *);
+       void            (*flush_buffer)(struct uart_port *);
        void            (*set_termios)(struct uart_port *, struct ktermios *new,
                                       struct ktermios *old);
        void            (*set_ldisc)(struct uart_port *);