This commit is contained in:
boreddevnl
2026-03-02 12:12:23 +01:00
parent 01345ba2b6
commit 659feee6f7
283 changed files with 106098 additions and 971 deletions

9
src/kernel/e1000_netif.h Normal file
View File

@@ -0,0 +1,9 @@
#ifndef E1000_NETIF_H
#define E1000_NETIF_H
#include "lwip/netif.h"
err_t e1000_netif_init(struct netif *netif);
void e1000_netif_poll(struct netif *netif);
#endif