Type to represent a module to be auto-initialized. More...
Type to represent a module to be auto-initialized.
Definition at line 62 of file auto_init_utils.h.
#include <auto_init_utils.h>
Data Fields | |
| auto_init_fn_t | init |
| Function to initialize the module. | |
| auto_init_prio_t | prio |
| Module priority. | |
| const char * | name |
| Module auto-init function name. | |
| auto_init_fn_t auto_init_module_t::init |
Function to initialize the module.
Definition at line 63 of file auto_init_utils.h.
| const char* auto_init_module_t::name |
Module auto-init function name.
Definition at line 66 of file auto_init_utils.h.
| auto_init_prio_t auto_init_module_t::prio |
Module priority.
Definition at line 65 of file auto_init_utils.h.