.\" This manpage has been automatically generated by docbook2man
.\" from a DocBook document. This tool can be found at:
.\"
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng .
.TH "I2O_PROC_IOP_ADD" "9" "09 October 2005" "" ""
.SH NAME
i2o_proc_iop_add \- Add an I2O controller to the i2o proc tree
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int i2o_proc_iop_add (struct proc_dir_entry * \fIdir\fB, struct i2o_controller * \fIc\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIdir\fB\fR
parent proc dir entry
.TP
\fB\fIc\fB\fR
I2O controller which should be added
.SH "DESCRIPTION"
.PP
Add the entries to the parent proc dir entry. Also each device is added
to the controllers proc dir entry.
.PP
Returns 0 on success or negative error code on failure.