Find rio mport by its id
struct rio_mport * rio_find_mport(int mport_id);
mport_id
number (ID) of mport device
Given a RIO mport number, the desired mport is located in the global list of mports. If the mport is found, a pointer to its data structure is returned. If no mport is found, NULL is returned.
Matt Porter <[email protected]>, <[email protected]>
Author.