1. NAME

i2o_bus_match - Tell if I2O device class id matches the class ids of the I2O driver (OSM)

2. SYNOPSIS

int i2o_bus_match(struct device *  dev , struct device_driver *  drv );

3. ARGUMENTS

dev
    device which should be verified

drv
    the driver to match against

4. DESCRIPTION

Used by the bus to check if the driver wants to handle the device.

Returns 1 if the class ids of the driver match the class id of the device, otherwise 0.

5. COPYRIGHT