1. NAME

i2o_driver_notify_device_remove - Send notification of removed device

2. SYNOPSIS

void i2o_driver_notify_device_remove(struct i2o_driver *  drv , struct i2o_device *  i2o_dev );

3. ARGUMENTS

drv
    I2O driver

i2o_dev
    the added i2o_device

4. DESCRIPTION

Send notification of removed device to a single registered driver.

5. COPYRIGHT