1. NAME

rio_destid_alloc - Allocate next available destID for given network

2. SYNOPSIS

u16 rio_destid_alloc(struct rio_net *  net );

3. ARGUMENTS

net
    RIO network

4. DESCRIPTION

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.

5. AUTHOR

Matt Porter <>, <>
    Author.

6. COPYRIGHT