diff options
| author | Marcel Moolenaar <marcel@FreeBSD.org> | 2004-03-20 02:14:02 +0000 |
|---|---|---|
| committer | Marcel Moolenaar <marcel@FreeBSD.org> | 2004-03-20 02:14:02 +0000 |
| commit | 2ae4f1fd16329a591fad7e1da5a2fe0ac8769db5 (patch) | |
| tree | 9e02dba730975e7ccd557721e204684be9bfd5aa /sys/dev/uart/uart_cpu.h | |
| parent | 8affb1344610f5e686040353c2fef9a2537fa7d1 (diff) | |
Notes
Diffstat (limited to 'sys/dev/uart/uart_cpu.h')
| -rw-r--r-- | sys/dev/uart/uart_cpu.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sys/dev/uart/uart_cpu.h b/sys/dev/uart/uart_cpu.h index f124aa7d0bbb..462eb59b1e83 100644 --- a/sys/dev/uart/uart_cpu.h +++ b/sys/dev/uart/uart_cpu.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003 Marcel Moolenaar + * Copyright (c) 2003, 2004 Marcel Moolenaar * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -46,6 +46,9 @@ extern struct uart_ops uart_ns8250_ops; extern struct uart_ops uart_sab82532_ops; extern struct uart_ops uart_z8530_ops; +extern bus_space_tag_t uart_bus_space_io; +extern bus_space_tag_t uart_bus_space_mem; + /* * Console and debug port device info. */ @@ -69,8 +72,9 @@ struct uart_devinfo { int uart_cpu_eqres(struct uart_bas *, struct uart_bas *); int uart_cpu_getdev(int, struct uart_devinfo *); +int uart_getenv(int, struct uart_devinfo *); -void uart_add_sysdev(struct uart_devinfo*); +void uart_add_sysdev(struct uart_devinfo *); /* * Operations for low-level access to the UART. Primarily for use |
