next up previous contents index
Next: 8.15 Hardware Interrupts Up: 8.14 I/O Ports Previous: 8.14.2 osenv_io_alloc: Allocate a

8.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_inline36701 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.



Utah Flux Research Group