BUS_REGISTER
Section: Device drivers infrastructure (9)
Updated: February 2011
Index
Return to Main Contents
NAME
bus_register - register a bus with the system.
SYNOPSIS
-
int bus_register(struct bus_type * bus);
ARGUMENTS
bus
-
- bus.
DESCRIPTION
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.
COPYRIGHT