ofs | hex dump | ascii |
---|---|---|
0000 | 25 50 44 46 2d 31 2e 34 0d 0a 25 b5 b5 b5 b5 0d 0a 31 20 30 20 6f #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
|