aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/uart/uart_cpu.h
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2003-09-07 04:59:15 +0000
committerWarner Losh <imp@FreeBSD.org>2003-09-07 04:59:15 +0000
commitaf1af2d2cce18446faaa0e7336b97d98dc39e287 (patch)
treeaf84bfa638d66c3067f34292bb7544fcc13c0302 /sys/dev/uart/uart_cpu.h
parentad962727266d02dc83ba1307659b94d8675c9d2c (diff)
Notes
Diffstat (limited to 'sys/dev/uart/uart_cpu.h')
-rw-r--r--sys/dev/uart/uart_cpu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/uart/uart_cpu.h b/sys/dev/uart/uart_cpu.h
index bd1bd5f147fb1..f10e4ddbcff14 100644
--- a/sys/dev/uart/uart_cpu.h
+++ b/sys/dev/uart/uart_cpu.h
@@ -41,6 +41,7 @@ struct uart_ops {
int (*getc)(struct uart_bas *);
};
+extern struct uart_ops uart_i8251_ops;
extern struct uart_ops uart_ns8250_ops;
extern struct uart_ops uart_sab82532_ops;
extern struct uart_ops uart_z8530_ops;