aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDaniel Thompson <daniel.thompson@linaro.org>2018-01-01 13:01:55 +0000
committerDaniel Thompson <daniel.thompson@linaro.org>2018-01-01 13:01:55 +0000
commitc2a96701e4334830534f442528ca5f95df97951a (patch)
tree84e43e82493bc7460b962aee7bad696f9b916ee5 /include
parent4ad6abf29ec03a022c3235c8b47c49924cb36fe8 (diff)
tty: serial: Add request_irq() to the "polling" interface"
Signed-off-by: Daniel Thompson <daniel.thompson@linaro.org>
Diffstat (limited to 'include')
-rw-r--r--include/linux/serial_core.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/serial_core.h b/include/linux/serial_core.h
index 5553e04e59c9..da3131e9ece7 100644
--- a/include/linux/serial_core.h
+++ b/include/linux/serial_core.h
@@ -90,6 +90,7 @@ struct uart_ops {
int (*poll_init)(struct uart_port *);
void (*poll_put_char)(struct uart_port *, unsigned char);
int (*poll_get_char)(struct uart_port *);
+ int (*poll_get_irq)(struct uart_port *);
#endif
};