NAME

vme_master_window_release - Frees a previously allocated VMEbus Master Window handle.

SYNOPSIS

int vme_master_window_release ( vme_bus_handle_t bus_handle, vme_master_handle_t window_handle )

PARAMETERS

vme_bus_handle_t bus_handle

Handle allocated by vme_init.

vme_master_handle_t window_handle

Window handle allocated by vme_master_window_create.

DESCRIPTION

Frees a previously allocated VMEbus Master Window handle.

RETURNS

0 on success, or -1 on failure.

SEE ALSO

vme_master_window_create(3), vme_master_window_map(3), vme_master_window_phys_addr(3), vme_master_window_translate(3), vme_master_window_unmap(3)