Tom Martins
/
Probleme_implementation_lwip2
test public
Fork of Probleme_implementation_lwip by
Diff: ethernetif.h
- Revision:
- 1:a3ee8cb24540
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ethernetif.h Mon Jul 02 14:36:46 2018 +0000 @@ -0,0 +1,12 @@ +#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 +