.\" 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_SCSI_GET_HOST" "9" "09 October 2005" "" ""
.SH NAME
i2o_scsi_get_host \- Get an I2O SCSI host
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
struct i2o_scsi_host * i2o_scsi_get_host (struct i2o_controller * \fIc\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIc\fB\fR
I2O controller to for which to get the SCSI host
.SH "DESCRIPTION"
.PP
If the I2O controller already exists as SCSI host, the SCSI host
is returned, otherwise the I2O controller is added to the SCSI
core.
.PP
Returns pointer to the I2O SCSI host on success or NULL on failure.