0690d17bdc2656300c539dfa528984766ee42f6b
[bertos.git] / ethernetif.h
1 #ifndef ETHERNETIF_H
2 #define ETHERNETIF_H
3
4 #include <lwip/netif.h>
5 err_t ethernetif_init(struct netif *netif);
6
7 #endif /* ETHERNETIF_H */