#include <task.h>
#include <ipc/services.h>
#include <net/modules.h>
#include <adt/generic_char_map.h>
Go to the source code of this file.
Typedefs | |
typedef module_struct | module_t |
Type definition of the module structure. | |
Functions | |
GENERIC_CHAR_MAP_DECLARE (modules, module_t) struct module_struct | |
Module structure. | |
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.h.