Rechercher une page de manuel
driver_register
Langue: en
Version: June 2009 (debian - 07/07/09)
Section: 9 (Appels noyau Linux)
NAME
driver_register - register driver with busSYNOPSIS
- int driver_register(struct device_driver * drv);
ARGUMENTS
drv
- driver to register
DESCRIPTION
We pass off most of the work to the bus_add_driver call, since most of the things we have to do deal with the bus structures.
COPYRIGHT
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre