MAPLE_DRIVER_REGISTE

Section: Busses (9)
Updated: February 2011
Index Return to Main Contents
 

NAME

maple_driver_register - register a maple driver  

SYNOPSIS

int maple_driver_register(struct maple_driver * drv);
 

ARGUMENTS

drv

maple driver to be registered.
 

DESCRIPTION

Registers the passed in drv, while updating the bus type. Devices with matching function IDs will be automatically probed.  

AUTHOR

Paul Mundt <lethal@linux-sh.org>

Author.
 

COPYRIGHT