module_w1_family (9) - Linux Manuals

module_w1_family: Helper macro for registering a 1-Wire families

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 [at] Fries.net>

Author.

COPYRIGHT