20#ifndef LWIP_NETIF_NETDEV_H
21#define LWIP_NETIF_NETDEV_H
27#include "lwip/netif.h"
28#include "lwip/tcpip.h"
38#ifndef LWIP_NETDEV_BUFLEN
39#define LWIP_NETDEV_BUFLEN (ETHERNET_MAX_LEN)
Definitions low-level network driver interface.
Definitions for Ethernet.
err_t lwip_netdev_init(struct netif *netif)
Initializes the netdev adapter.