1. NAME

bus_register - register a driver-core subsystem

2. SYNOPSIS

int bus_register(struct bus_type *  bus );

3. ARGUMENTS

bus
    bus to register

4. DESCRIPTION

Once we have that, we register the bus with the kobject infrastructure, then register the children subsystems it has: the devices and drivers that belong to the subsystem.

5. COPYRIGHT