other versions
- stretch 4.9.168-1
MODULE_W1_FAMILY(9) | W1 API internal to the kernel | MODULE_W1_FAMILY(9) |
NAME¶
module_w1_family - Helper macro for registering a 1-Wire familiesSYNOPSIS¶
module_w1_family(__w1_family);
ARGUMENTS¶
__w1_familyw1_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_exitAUTHOR¶
David Fries <David@Fries.net>Author.
COPYRIGHT¶
April 2019 | Kernel Hackers Manual 4.9. |