table of contents
other versions
- stretch 4.9.168-1
MODULE_USB_DRIVER(9) | Host-Side Data Types and Macro | MODULE_USB_DRIVER(9) |
NAME¶
module_usb_driver - Helper macro for registering a USB driverSYNOPSIS¶
module_usb_driver(__usb_driver);
ARGUMENTS¶
__usb_driverusb_driver struct
DESCRIPTION¶
Helper macro for USB drivers which do not do anything special in module init/exit. This eliminates a lot of boilerplate. Each module may only use this macro once, and calling it replaces module_init and module_exitCOPYRIGHT¶
April 2019 | Kernel Hackers Manual 4.9. |