![](/media/cache/img/default_profile.jpg.50x50_q85.jpg)
test public
Fork of Probleme_implementation_lwip by
ethernetif.h
- Committer:
- TomTom83
- Date:
- 2018-07-02
- Revision:
- 2:9e76d51d9fb6
- Parent:
- 1:a3ee8cb24540
File content as of revision 2:9e76d51d9fb6:
#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