|
PatchworkOS
|
Go to the source code of this file.
Functions | |
| void | module_init (void) |
| Initializes the module system. | |
| uint64_t | module_event (module_event_t *event) |
| Propagates a module event to all registered modules. | |
Variables | |
| static list_t | modules = LIST_CREATE(modules) |
| static lock_t | modulesLock = LOCK_CREATE |
|
static |
|
static |