![](/media/cache/img/default_profile.jpg.50x50_q85.jpg)
test public
Fork of Probleme_implementation_lwip by
ethernetif.h@2:9e76d51d9fb6, 2018-07-02 (annotated)
- Committer:
- TomTom83
- Date:
- Mon Jul 02 15:18:18 2018 +0000
- Revision:
- 2:9e76d51d9fb6
- Parent:
- 1:a3ee8cb24540
probl?mes d'adaptation
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
TomTom83 | 1:a3ee8cb24540 | 1 | #ifndef __ETHERNETIF_H__ |
TomTom83 | 1:a3ee8cb24540 | 2 | #define __ETHERNETIF_H__ |
TomTom83 | 1:a3ee8cb24540 | 3 | |
TomTom83 | 1:a3ee8cb24540 | 4 | |
TomTom83 | 1:a3ee8cb24540 | 5 | #include "lwip/err.h" |
TomTom83 | 1:a3ee8cb24540 | 6 | #include "lwip/netif.h" |
TomTom83 | 1:a3ee8cb24540 | 7 | |
TomTom83 | 1:a3ee8cb24540 | 8 | err_t ethernetif_init(struct netif *netif); |
TomTom83 | 1:a3ee8cb24540 | 9 | err_t ethernetif_input(struct netif *netif); |
TomTom83 | 1:a3ee8cb24540 | 10 | |
TomTom83 | 1:a3ee8cb24540 | 11 | #endif |
TomTom83 | 1:a3ee8cb24540 | 12 |