mirror of
https://github.com/JannisHeydemann/BoredOS.git
synced 2026-05-30 02:16:58 +00:00
Network Virtio and RTL8139 NIC support
This commit is contained in:
9
src/kernel/nic_netif.h
Normal file
9
src/kernel/nic_netif.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef NIC_NETIF_H
|
||||
#define NIC_NETIF_H
|
||||
|
||||
#include "lwip/netif.h"
|
||||
|
||||
err_t nic_netif_init(struct netif *netif);
|
||||
void nic_netif_poll(struct netif *netif);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user