summaryrefslogtreecommitdiffstats
path: root/lwip/lwip-local/port/stm32f4x7/ethernetif.h
diff options
context:
space:
mode:
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