diff options
Diffstat (limited to 'src/include/netif/etharp.h')
-rw-r--r-- | src/include/netif/etharp.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/netif/etharp.h b/src/include/netif/etharp.h new file mode 100644 index 00000000000..b536fd280fa --- /dev/null +++ b/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" |