.\" 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 "BUS_REGISTER" "" "06 October 2005" "" ""
.SH NAME
bus_register \- register a bus with the system.
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int bus_register (struct bus_type * \fIbus\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIbus\fB\fR
bus.
.SH "DESCRIPTION"
.PP
Once we have that, we registered the bus with the kobject
infrastructure, then register the children subsystems it has:
the devices and drivers that belong to the bus.