Files
checker_gen1/source/eth/ethernetif.h

12 lines
198 B
C
Raw Permalink Normal View History

2023-06-10 11:52:00 +08:00
#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