aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/uart/uart.h
diff options
context:
space:
mode:
authorMarius Strobl <marius@FreeBSD.org>2010-04-10 11:52:12 +0000
committerMarius Strobl <marius@FreeBSD.org>2010-04-10 11:52:12 +0000
commitd5dba21cf60d22de98652c3c1e187a463db04ce2 (patch)
treef1b6758ebc22a7a36a90c075e73c4c3ebfa7a633 /sys/dev/uart/uart.h
parent5679850859ab462dfb1c879d2f2bc8ee09ec47c6 (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 eb66da0f0159e..bd7861d376b47 100644
--- a/sys/dev/uart/uart.h
+++ b/sys/dev/uart/uart.h
@@ -67,6 +67,7 @@ struct uart_class;
extern struct uart_class uart_ns8250_class __attribute__((weak));
extern struct uart_class uart_quicc_class __attribute__((weak));
extern struct uart_class uart_sab82532_class __attribute__((weak));
+extern struct uart_class uart_sbbc_class __attribute__((weak));
extern struct uart_class uart_z8530_class __attribute__((weak));
#ifdef PC98