next up previous contents index
Next: 6.15 Hardware Interrupts Up: 6.14 I/O Ports Previous: 6.14.2 osenv_io_alloc: Allocate a

6.14.3 osenv_io_free: Release a range of ports

 

SYNOPSIS

void osenv_io_free(oskit_addr_t port, oskit_size_t size);

DIRECTION

Component tex2html_wrap_inline32841 OS, Nonblocking

DESCRIPTION

Releases a range previously allocated. All ports in the range must have been allocated by the device.

PARAMETERS

port
The start of the I/O range.
size
The number of ports to check.



University of Utah Flux Research Group