A version of LWIP, provided for backwards compatibility.

Dependents:   AA_DemoBoard DemoBoard HelloServerDemo DemoBoard_RangeIndicator ... more

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers ethnetif.h Source File

ethnetif.h

00001 #ifndef ETHNETIF_H
00002 #define ETHNETIF_H
00003 
00004 void emac_input(struct netif *netif);
00005 err_t emac_init(struct netif *netif);
00006 
00007 #endif