summaryrefslogtreecommitdiff
path: root/lwip/src/include/netif/etharp.h
diff options
context:
space:
mode:
Diffstat (limited to 'lwip/src/include/netif/etharp.h')
-rw-r--r--lwip/src/include/netif/etharp.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lwip/src/include/netif/etharp.h b/lwip/src/include/netif/etharp.h
new file mode 100644
index 0000000..b536fd2
--- /dev/null
+++ b/lwip/src/include/netif/etharp.h
@@ -0,0 +1,3 @@
+/* ARP has been moved to core/ipv4, provide this #include for compatibility only */
+#include "lwip/etharp.h"
+#include "netif/ethernet.h"