aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/serial_core.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/serial_core.h b/include/linux/serial_core.h
index bd14858121ea..966e2e8a1740 100644
--- a/include/linux/serial_core.h
+++ b/include/linux/serial_core.h
@@ -214,10 +214,11 @@ struct uart_port {
214 unsigned char __iomem *membase; /* read/write[bwl] */ 214 unsigned char __iomem *membase; /* read/write[bwl] */
215 unsigned int irq; /* irq number */ 215 unsigned int irq; /* irq number */
216 unsigned int uartclk; /* base uart clock */ 216 unsigned int uartclk; /* base uart clock */
217 unsigned char fifosize; /* tx fifo size */ 217 unsigned int fifosize; /* tx fifo size */
218 unsigned char x_char; /* xon/xoff char */ 218 unsigned char x_char; /* xon/xoff char */
219 unsigned char regshift; /* reg offset shift */ 219 unsigned char regshift; /* reg offset shift */
220 unsigned char iotype; /* io access style */ 220 unsigned char iotype; /* io access style */
221 unsigned char unused1;
221 222
222#define UPIO_PORT (0) 223#define UPIO_PORT (0)
223#define UPIO_HUB6 (1) 224#define UPIO_HUB6 (1)