diff options
| author | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2003-09-23 09:25:38 +0000 |
|---|---|---|
| committer | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2003-09-23 09:25:38 +0000 |
| commit | c423dba33446cdad2bea753403c9520ceb9ac488 (patch) | |
| tree | 81235bda429271091a4b5cf67aef8cd0cb60242b /sys/dev/uart/uart.h | |
| parent | 34c875bc305bf80b2466c8d3c41bace73bc9cc5e (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 1ea90c03ae8be..ba17e89bf8c74 100644 --- a/sys/dev/uart/uart.h +++ b/sys/dev/uart/uart.h @@ -36,6 +36,7 @@ * other timing related computations. */ struct uart_bas { + bus_addr_t iobase; bus_space_tag_t bst; bus_space_handle_t bsh; u_int regshft; |
