diff options
| author | Ian Lepore <ian@FreeBSD.org> | 2013-11-02 20:14:39 +0000 |
|---|---|---|
| committer | Ian Lepore <ian@FreeBSD.org> | 2013-11-02 20:14:39 +0000 |
| commit | 649581859032e6944c87532b9390033f9b7c55b5 (patch) | |
| tree | 0ee95f3cc3e34937d83fbabf5424858ecc0df729 /sys/dev/uart/uart.h | |
| parent | b54ddf225f052d180ce249a012a1cb4498b3f6a5 (diff) | |
Notes
Diffstat (limited to 'sys/dev/uart/uart.h')
| -rw-r--r-- | sys/dev/uart/uart.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/dev/uart/uart.h b/sys/dev/uart/uart.h index 840d783b405e..095d368d43e1 100644 --- a/sys/dev/uart/uart.h +++ b/sys/dev/uart/uart.h @@ -76,6 +76,11 @@ 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 FDT +struct ofw_compat_data; +extern const struct ofw_compat_data *uart_fdt_compat_data; +#endif + #ifdef PC98 struct uart_class *uart_pc98_getdev(u_long port); #endif |
