aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/uart/uart.h
diff options
context:
space:
mode:
authorWojciech A. Koszek <wkoszek@FreeBSD.org>2013-04-27 23:07:49 +0000
committerWojciech A. Koszek <wkoszek@FreeBSD.org>2013-04-27 23:07:49 +0000
commit735c7fe55ead40fb9b6d75294d2ae840a00cb149 (patch)
tree2adde5a354618dced93d3bed0c392bee59bd7836 /sys/dev/uart/uart.h
parent1bf9f7c1c5ed00800ed5db4857b042e40ab9a47e (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 52297477d007..772793f88284 100644
--- a/sys/dev/uart/uart.h
+++ b/sys/dev/uart/uart.h
@@ -72,6 +72,7 @@ extern struct uart_class uart_sbbc_class __attribute__((weak));
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));
#ifdef PC98
struct uart_class *uart_pc98_getdev(u_long port);