diff options
| author | Ruslan Bukin <br@FreeBSD.org> | 2015-01-13 15:04:28 +0000 |
|---|---|---|
| committer | Ruslan Bukin <br@FreeBSD.org> | 2015-01-13 15:04:28 +0000 |
| commit | eff43c746769f6b68c1a9a39dfe4950b5a3a0cb6 (patch) | |
| tree | 517bfa07e6dd89bcc18fa51b09d74d6e52e9f46e /sys/dev/uart/uart.h | |
| parent | 27f9c0b3d9cf46af25c827ebb8563cf75838b8e6 (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 8ab50224a7c9..b62dec6da4f4 100644 --- a/sys/dev/uart/uart.h +++ b/sys/dev/uart/uart.h @@ -78,6 +78,7 @@ extern struct uart_class uart_cdnc_class __attribute__((weak)); extern struct uart_class uart_ti8250_class __attribute__((weak)); extern struct uart_class uart_vybrid_class __attribute__((weak)); extern struct uart_class at91_usart_class __attribute__((weak)); +extern struct uart_class uart_exynos4210_class __attribute__((weak)); #ifdef FDT struct ofw_compat_data; |
