Tom Martins
/
Probleme_implementation_lwip2
test public
Fork of Probleme_implementation_lwip by
ethernetif.h
- Committer:
- TomTom83
- Date:
- 2018-07-02
- Revision:
- 1:a3ee8cb24540
File content as of revision 1:a3ee8cb24540:
#ifndef __ETHERNETIF_H__ #define __ETHERNETIF_H__ #include "lwip/err.h" #include "lwip/netif.h" err_t ethernetif_init(struct netif *netif); err_t ethernetif_input(struct netif *netif); #endif