Add RTL8139 receive and network daemon with stub handler
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
#pragma once
|
||||
#include "sys/types.h"
|
||||
|
||||
int net_receive(/* TODO: replace with struct netdev * */ void *ctx, const void *data, size_t len);
|
||||
|
||||
int net_daemon_start(void);
|
||||
Reference in New Issue
Block a user