aboutsummaryrefslogtreecommitdiff
path: root/kernel/inc/net.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/inc/net.h')
-rw-r--r--kernel/inc/net.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/inc/net.h b/kernel/inc/net.h
index ddc2405..9a305a1 100644
--- a/kernel/inc/net.h
+++ b/kernel/inc/net.h
@@ -163,6 +163,7 @@ void net_send(struct socket *socket, void *data, u32 len);
int net_receive(struct socket *socket, void *buf, u32 len);
int net_data_available(struct socket *socket);
+int net_installed(void);
void net_install(void);
#endif