NAME

vme_set_arbitration_mode - Sets the VMEbus arbitration mode.

SYNOPSIS

int vme_set_arbitration_mode ( vme_bus_handle_t bus_handle, int arb_mode )

PARAMETERS

vme_bus_handle_t bus_handle

Handle allocated by vme_init.

int arb_mode

VMEbus arbitration mode. Valid values are:

- VME_ROUND_ROBIN
- VME_PRIORITY

DESCRIPTION

Sets the VMEbus arbitration mode.

RETURNS

0 on success, or -1 on failure.

SEE ALSO

vme_get_arbitration_mode(3)