summaryrefslogtreecommitdiffstats
path: root/lwip/lwip-local/port/stm32f4x7/ethernetif.h
blob: 0db858b4be8bdf436930a414f405f8e837fe360b (plain)
1
2
3
4
5
6
7
8
9
10
11
#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