module_w1_family (9) Linux Manual Page
module_w1_family – Helper macro for registering a 1-Wire families
Synopsis
- module_w1_family(__w1_family);
Arguments
__w1_family
-
- w1_family struct
Description
Helper macro for 1-Wire families 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_exit
Author
David Fries <David [at] Fries.net>
- Author.
