Structure to store initialization entry information.
Definition init.h:66
int(* init_fn)(void)
If the init function belongs to a SYS_INIT, this field stored the initialization function,...
Definition init.h:71
const struct device * dev
If the init entry belongs to a device, this fields stores a reference to it, otherwise it is set to N...
Definition init.h:76