|
PatchworkOS
|
#include <kernel/net/net.h>#include <kernel/fs/dentry.h>#include <kernel/fs/mount.h>#include <kernel/fs/sysfs.h>#include <kernel/log/log.h>#include <kernel/log/panic.h>#include <kernel/net/local/local.h>Go to the source code of this file.
Functions | |
| void | net_init (void) |
| Initialize the networking subsystem. | |
| mount_t * | net_get_mount (void) |
| Retrieve the mount for the networking subsystem. | |
Variables | |
| static mount_t * | mount |
|
static |
Definition at line 10 of file net.c.
Referenced by net_get_mount(), and net_init().