23#ifndef _MINIOS_NET_LWIP_NETIF_H_
24#define _MINIOS_NET_LWIP_NETIF_H_
void lwip_netif_init(void)
Initialize lwIP stack and register eth0 netif.
Definition lwip_netif.c:140
void lwip_netif_poll(void)
Poll the network interface and drive lwIP timers.
Definition lwip_netif.c:168
void net_poll_thread_fn(void *arg)
Kernel thread function that drives lwIP polling.
Definition net_socket.c:177