i2o_proc_device_add(9) Add an I2O device to the proc dir

SYNOPSIS

void i2o_proc_device_add(struct proc_dir_entry * dir, struct i2o_device * dev);

ARGUMENTS

dir

proc dir entry to which the device should be added

dev

I2O device which should be added

DESCRIPTION

Add an I2O device to the proc dir entry dir and create the entries for the device depending on the class of the I2O device.

COPYRIGHT