Scroll to navigation

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 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@Fries.net>

Author.

COPYRIGHT

June 2017 Kernel Hackers Manual 4.11