NAME

vme_master_window_unmap - Unmaps the VMEbus Master Window.

SYNOPSIS

int vme_master_window_unmap ( 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

Unmaps the VMEbus Master Window.

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_release(3), vme_master_window_translate(3)