diff options
| author | Oleksandr Tymoshenko <gonzo@FreeBSD.org> | 2012-08-15 05:37:10 +0000 |
|---|---|---|
| committer | Oleksandr Tymoshenko <gonzo@FreeBSD.org> | 2012-08-15 05:37:10 +0000 |
| commit | 8dee0fd04cd5a9ccbd033bdcba71bc3775311971 (patch) | |
| tree | 0148708ccb0c47afaebce0270bbe1d549f9ec6ea /sys/dev/uart/uart.h | |
| parent | 16694521fe80f54bf8f37334fe9a54bc5c953a6a (diff) | |
Notes
Diffstat (limited to 'sys/dev/uart/uart.h')
| -rw-r--r-- | sys/dev/uart/uart.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/uart/uart.h b/sys/dev/uart/uart.h index bd7861d376b4..288af0ed9dcd 100644 --- a/sys/dev/uart/uart.h +++ b/sys/dev/uart/uart.h @@ -69,6 +69,7 @@ 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)); +extern struct uart_class uart_lpc_class __attribute__((weak)); #ifdef PC98 struct uart_class *uart_pc98_getdev(u_long port); |
