aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/serial_8250.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/serial_8250.h')
-rw-r--r--include/linux/serial_8250.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/serial_8250.h b/include/linux/serial_8250.h
index 8f012f8ac8e9..a416e92012ef 100644
--- a/include/linux/serial_8250.h
+++ b/include/linux/serial_8250.h
@@ -38,6 +38,7 @@ struct plat_serial8250_port {
38 int (*handle_irq)(struct uart_port *); 38 int (*handle_irq)(struct uart_port *);
39 void (*pm)(struct uart_port *, unsigned int state, 39 void (*pm)(struct uart_port *, unsigned int state,
40 unsigned old); 40 unsigned old);
41 void (*handle_break)(struct uart_port *);
41}; 42};
42 43
43/* 44/*
@@ -54,7 +55,6 @@ enum {
54 PLAT8250_DEV_BOCA, 55 PLAT8250_DEV_BOCA,
55 PLAT8250_DEV_EXAR_ST16C554, 56 PLAT8250_DEV_EXAR_ST16C554,
56 PLAT8250_DEV_HUB6, 57 PLAT8250_DEV_HUB6,
57 PLAT8250_DEV_MCA,
58 PLAT8250_DEV_AU1X00, 58 PLAT8250_DEV_AU1X00,
59 PLAT8250_DEV_SM501, 59 PLAT8250_DEV_SM501,
60}; 60};
@@ -68,6 +68,7 @@ enum {
68struct uart_port; 68struct uart_port;
69struct uart_8250_port; 69struct uart_8250_port;
70 70
71int serial8250_register_8250_port(struct uart_8250_port *);
71int serial8250_register_port(struct uart_port *); 72int serial8250_register_port(struct uart_port *);
72void serial8250_unregister_port(int line); 73void serial8250_unregister_port(int line);
73void serial8250_suspend_port(int line); 74void serial8250_suspend_port(int line);