Name
superhyway_register_driver —
Register a new SuperHyway driver
Synopsis
int superhyway_register_driver ( | struct superhyway_driver * drv) ; |
Arguments
drv
SuperHyway driver to register.
Description
This registers the passed in drv
. Any devices matching the id table will
automatically be populated and handed off to the driver's specified probe
routine.