PatchworkOS
Loading...
Searching...
No Matches
net.h
Go to the documentation of this file.
1#pragma once
2
3#include <kernel/fs/sysfs.h>
4
20void net_init(void);
21
28
void net_init(void)
Initialize the networking subsystem.
Definition net.c:12
mount_t * net_get_mount(void)
Retrieve the mount for the networking subsystem.
Definition net.c:25
Mount structure.
Definition mount.h:36