ethernetif_eth.h 220 B

12345678910
  1. #ifndef __ETHERNETIF_ETH_H__
  2. #define __ETHERNETIF_ETH_H__
  3. #include "lwip/err.h"
  4. #include "lwip/netif.h"
  5. err_t ethernetif_eth_init(struct netif *netif);
  6. // err_t ethernetif_input(struct netif *netif);
  7. #endif