aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/uart/uart.h
diff options
context:
space:
mode:
authorIan Lepore <ian@FreeBSD.org>2013-08-21 14:33:02 +0000
committerIan Lepore <ian@FreeBSD.org>2013-08-21 14:33:02 +0000
commitaef60d8c4a5b5a4d31e56dd0288ec523f64f47bd (patch)
tree65abce488aee09faa6bb84b4d4accd161b605cbb /sys/dev/uart/uart.h
parent167cb33f85968ce572debbeade439aa8738713ea (diff)
Notes
Diffstat (limited to 'sys/dev/uart/uart.h')
-rw-r--r--sys/dev/uart/uart.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/uart/uart.h b/sys/dev/uart/uart.h
index fb0f6996dd86..840d783b405e 100644
--- a/sys/dev/uart/uart.h
+++ b/sys/dev/uart/uart.h
@@ -74,6 +74,7 @@ extern struct uart_class uart_z8530_class __attribute__((weak));
extern struct uart_class uart_lpc_class __attribute__((weak));
extern struct uart_class uart_pl011_class __attribute__((weak));
extern struct uart_class uart_cdnc_class __attribute__((weak));
+extern struct uart_class uart_ti8250_class __attribute__((weak));
#ifdef PC98
struct uart_class *uart_pc98_getdev(u_long port);