summaryrefslogtreecommitdiffstats
path: root/lwip/lwip-local/port/stm32f4x7/ethernetif.h
diff options
context:
space:
mode:
authorroot <root@lab.panaceas.james.local>2018-04-08 01:14:30 +0100
committerroot <root@lab.panaceas.james.local>2018-04-08 01:14:30 +0100
commit25e6afd831b94b9735cc6691ee19c8edc921aca7 (patch)
treecc194e7cb067c929b3e8bc9c03552d2d300c301b /lwip/lwip-local/port/stm32f4x7/ethernetif.h
downloadclock-25e6afd831b94b9735cc6691ee19c8edc921aca7.tar.gz
clock-25e6afd831b94b9735cc6691ee19c8edc921aca7.tar.bz2
clock-25e6afd831b94b9735cc6691ee19c8edc921aca7.zip
working decoding
Diffstat (limited to 'lwip/lwip-local/port/stm32f4x7/ethernetif.h')
-rw-r--r--lwip/lwip-local/port/stm32f4x7/ethernetif.h11
1 files changed, 11 insertions, 0 deletions
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