summaryrefslogtreecommitdiffstats
path: root/sys/dev/uart/uart_cpu.h
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2003-09-07 04:59:15 +0000
committerimp <imp@FreeBSD.org>2003-09-07 04:59:15 +0000
commitaa774ecaa004aa99b4798365f601ee19664a9f18 (patch)
treeaf84bfa638d66c3067f34292bb7544fcc13c0302 /sys/dev/uart/uart_cpu.h
parent74da2bc37220a00021280f4b3f3c5a705605eeeb (diff)
downloadFreeBSD-src-aa774ecaa004aa99b4798365f601ee19664a9f18.zip
FreeBSD-src-aa774ecaa004aa99b4798365f601ee19664a9f18.tar.gz
Better stab at MD code for pc98. The 8251 stuff is a total lie
(ns8250 copied and s/ns8250/i8251/g), but there for linkage purposes. Real code to follow, once I get past some boot issues on my pc98 boxes with recent current.
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 bd1bd5f..f10e4dd 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;
OpenPOWER on IntegriCloud