Files
CCU621M/Third_party/lwip-2.1.2/port/GD32H7xx/Basic/ethernetif.h
T

12 lines
196 B
C

#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