From 25e6afd831b94b9735cc6691ee19c8edc921aca7 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 8 Apr 2018 01:14:30 +0100 Subject: working decoding --- lwip/lwip-local/port/stm32f4x7/ethernetif.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 lwip/lwip-local/port/stm32f4x7/ethernetif.h (limited to 'lwip/lwip-local/port/stm32f4x7/ethernetif.h') diff --git a/lwip/lwip-local/port/stm32f4x7/ethernetif.h b/lwip/lwip-local/port/stm32f4x7/ethernetif.h new file mode 100644 index 0000000..0db858b --- /dev/null +++ b/lwip/lwip-local/port/stm32f4x7/ethernetif.h @@ -0,0 +1,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 -- cgit v1.2.3