Macro used to describe a specific rio device
RIO_DEVICE(dev, ven);
dev
the 16 bit RIO device ID
ven
the 16 bit RIO vendor ID
This macro is used to create a struct rio_device_id that matches a specific device. The assembly vendor and assembly device fields will be set to RIO_ANY_ID.
Matt Porter <[email protected]>, <[email protected]>
Author.