aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/uart/uart.h
diff options
context:
space:
mode:
authorOleksandr Tymoshenko <gonzo@FreeBSD.org>2012-08-30 20:31:53 +0000
committerOleksandr Tymoshenko <gonzo@FreeBSD.org>2012-08-30 20:31:53 +0000
commitf70f23cc3e76477e7bf1fb8c2c81249c2163b680 (patch)
tree113cfc5a71598be83833344242de9475f7ea0b43 /sys/dev/uart/uart.h
parentec9a9cf1e08df8fe539e0dfe68f0e68d296747e7 (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 288af0ed9dcdf..7647188489170 100644
--- a/sys/dev/uart/uart.h
+++ b/sys/dev/uart/uart.h
@@ -70,6 +70,7 @@ 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));
extern struct uart_class uart_lpc_class __attribute__((weak));
+extern struct uart_class uart_pl011_class __attribute__((weak));
#ifdef PC98
struct uart_class *uart_pc98_getdev(u_long port);