1I2O_PROC_DEVICE_ADD(9) Message-based devices I2O_PROC_DEVICE_ADD(9)
2
3
4
6 i2o_proc_device_add - Add an I2O device to the proc dir
7
9 void i2o_proc_device_add(struct proc_dir_entry * dir,
10 struct i2o_device * dev);
11
13 dir
14 proc dir entry to which the device should be added
15
16 dev
17 I2O device which should be added
18
20 Add an I2O device to the proc dir entry dir and create the entries for
21 the device depending on the class of the I2O device.
22
24Kernel Hackers Manual 2.6. June 2019 I2O_PROC_DEVICE_ADD(9)