diff options
| author | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2008-08-25 14:45:24 +0000 |
|---|---|---|
| committer | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2008-08-25 14:45:24 +0000 |
| commit | 81df65c3112c0e384eaa2ed99f4df8d2830c0d85 (patch) | |
| tree | 240f9808095c9e96d0ac86fca8d3e79916f8b2b8 /sys/dev/uart/uart.h | |
| parent | 3f3978840ef31561d231ee1b7c8b0488341a7c20 (diff) | |
Notes
Diffstat (limited to 'sys/dev/uart/uart.h')
| -rw-r--r-- | sys/dev/uart/uart.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/dev/uart/uart.h b/sys/dev/uart/uart.h index ed980eb38932..eb66da0f0159 100644 --- a/sys/dev/uart/uart.h +++ b/sys/dev/uart/uart.h @@ -69,6 +69,10 @@ 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)); +#ifdef PC98 +struct uart_class *uart_pc98_getdev(u_long port); +#endif + /* * Device flags. */ |
