Starts the networking subsystem. More...
#include <async.h>
#include <stdio.h>
#include <task.h>
#include <ipc/ipc.h>
#include <ipc/services.h>
#include "../../err.h"
#include "../../modules.h"
#include "../../self_test.h"
#include "../net_messages.h"
Defines | |
#define | NAME "Networking startup" |
Networking startup module name. | |
Functions | |
int | main (int argc, char *argv[]) |
Starts the module. | |
task_id_t | spawn (const char *fname) |
Starts the module. |
Starts the networking subsystem.
Performs self test if configured to.