Allocate next available destid for given network
u16 rio_destid_alloc(struct rio_net * net);
net
RIO network
Returns next available device destination ID for the specified RIO network. Marks allocated ID as one in use. Returns RIO_INVALID_DESTID if new destID is not available.
Matt Porter <[email protected]>, <[email protected]>
Author.