#include <types.h>
#include <utils/compiler.h>
Go to the source code of this file.
◆ module_init
#define module_init |
( |
|
func | ) |
section(.init.init) used static const init_t _INIT = {_MODULE_NAME, func} |
◆ module_post_init
#define module_post_init |
( |
|
func | ) |
|
Value:
used
static const init_t _POST_INIT = {_MODULE_NAME, func}
#define section(name)
Definition: compiler.h:3
◆ module_pre_init
#define module_pre_init |
( |
|
func | ) |
|
Value:
used
static const init_t _PRE_INIT = {_MODULE_NAME, func}
◆ init_modules()
void init_modules |
( |
void |
| ) |
|