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. | |