diff options
| author | Rafal Jaworowski <raj@FreeBSD.org> | 2008-03-03 17:17:00 +0000 |
|---|---|---|
| committer | Rafal Jaworowski <raj@FreeBSD.org> | 2008-03-03 17:17:00 +0000 |
| commit | 6b7ba54456f9fafd9e870db2bfa0aa6d170a4a38 (patch) | |
| tree | b0d8321058cccbf59aa2e7cd69b9283a0663316e /sys/dev/uart/uart.h | |
| parent | ffb5669540987347f069a21baa8ec258bc7b2e0a (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 f4320d4c53ab0..bcb8cd89aa6d7 100644 --- a/sys/dev/uart/uart.h +++ b/sys/dev/uart/uart.h @@ -65,6 +65,7 @@ struct uart_bas { 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_z8530_class __attribute__((weak)); |
