diff options
| author | Aleksandr Rybalko <ray@FreeBSD.org> | 2013-06-29 23:48:08 +0000 |
|---|---|---|
| committer | Aleksandr Rybalko <ray@FreeBSD.org> | 2013-06-29 23:48:08 +0000 |
| commit | 5d490515c3b2fbb8b05bad3fb2d1c280c5b9c81a (patch) | |
| tree | 856dd2503714c260a19647922d4a50eb04ab3e6c /sys/dev/uart/uart.h | |
| parent | cbda62170f647e2bd6d97c68410d901df8968e14 (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 772793f88284..fb0f6996dd86 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_imx_class __attribute__((weak)); extern struct uart_class uart_ns8250_class __attribute__((weak)); extern struct uart_class uart_quicc_class __attribute__((weak)); +extern struct uart_class uart_s3c2410_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)); |
