.\" 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 "IB_REGISTER_DEVICE" "9" "09 October 2005" "" ""
.SH NAME
ib_register_device \- Register an IB device with IB core
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int ib_register_device (struct ib_device * \fIdevice\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIdevice\fB\fR
Device to register
.SH "DESCRIPTION"
.PP
Low-level drivers use \fBib_register_device\fR to register their
devices with the IB core. All registered clients will receive a
callback for each device that is added. \fIdevice\fR must be allocated
with \fBib_alloc_device\fR\&.