diff options
| author | Marius Strobl <marius@FreeBSD.org> | 2012-01-28 23:45:31 +0000 |
|---|---|---|
| committer | Marius Strobl <marius@FreeBSD.org> | 2012-01-28 23:45:31 +0000 |
| commit | 243f9b09049e37566c2a84674fe3ae161c591feb (patch) | |
| tree | ebc299b0fdfce28f5de11a4e2e4803febf64f0aa /sys/dev/uart/uart.h | |
| parent | a25142ae836682d4abf443934d1865f955393118 (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 eb66da0f0159..bd7861d376b4 100644 --- a/sys/dev/uart/uart.h +++ b/sys/dev/uart/uart.h @@ -67,6 +67,7 @@ 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_sbbc_class __attribute__((weak)); extern struct uart_class uart_z8530_class __attribute__((weak)); #ifdef PC98 |
