aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/uart/uart.h
diff options
context:
space:
mode:
authorRafal Jaworowski <raj@FreeBSD.org>2008-03-03 17:17:00 +0000
committerRafal Jaworowski <raj@FreeBSD.org>2008-03-03 17:17:00 +0000
commit6b7ba54456f9fafd9e870db2bfa0aa6d170a4a38 (patch)
treeb0d8321058cccbf59aa2e7cd69b9283a0663316e /sys/dev/uart/uart.h
parentffb5669540987347f069a21baa8ec258bc7b2e0a (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 f4320d4c53ab0..bcb8cd89aa6d7 100644
--- a/sys/dev/uart/uart.h
+++ b/sys/dev/uart/uart.h
@@ -65,6 +65,7 @@ struct uart_bas {
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_z8530_class __attribute__((weak));