- #ifndef __ETHERNETIF_H__
 
- #define __ETHERNETIF_H__
 
- #include "lwip/err.h"
 
- #include "lwip/netif.h"
 
- /* Exported types ------------------------------------------------------------*/
 
- err_t ethernetif_init(struct netif *netif);      
 
- void ETHERNET_IRQHandler(void);
 
- #endif 
 
 
  |