#include <malloc.h>
#include <task.h>
#include <unistd.h>
#include <errno.h>
#include <ipc/services.h>
#include <net/modules.h>
#include <adt/generic_char_map.h>
#include <adt/module_map.h>
Go to the source code of this file.
Functions | |
GENERIC_CHAR_MAP_IMPLEMENT (modules, module_t) | |
module_t * | get_running_module (modules_t *modules, uint8_t *name) |
Searches and returns the specified module. | |
task_id_t | net_spawn (const uint8_t *fname) |
Start the given module. |
Definition in file module_map.c.