mirror of
https://github.com/JannisHeydemann/BoredOS.git
synced 2026-05-30 10:26:59 +00:00
LwIP
This commit is contained in:
9
src/kernel/e1000_netif.h
Normal file
9
src/kernel/e1000_netif.h
Normal 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
|
||||
Reference in New Issue
Block a user