diff options
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 1ea90c0..ba17e89 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; |