#ifndef __ETHERNETIF_ETH_H__ #define __ETHERNETIF_ETH_H__ #include "lwip/err.h" #include "lwip/netif.h" err_t ethernetif_eth_init(struct netif *netif); #endif