diff options
| author | Ian Lepore <ian@FreeBSD.org> | 2013-08-21 14:33:02 +0000 |
|---|---|---|
| committer | Ian Lepore <ian@FreeBSD.org> | 2013-08-21 14:33:02 +0000 |
| commit | aef60d8c4a5b5a4d31e56dd0288ec523f64f47bd (patch) | |
| tree | 65abce488aee09faa6bb84b4d4accd161b605cbb /sys/dev/uart/uart.h | |
| parent | 167cb33f85968ce572debbeade439aa8738713ea (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 fb0f6996dd86..840d783b405e 100644 --- a/sys/dev/uart/uart.h +++ b/sys/dev/uart/uart.h @@ -74,6 +74,7 @@ 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)); +extern struct uart_class uart_ti8250_class __attribute__((weak)); #ifdef PC98 struct uart_class *uart_pc98_getdev(u_long port); |
