Move etharp to core/ipv4, which is a more appropriate place for it

This commit is contained in:
Dirk Ziegelmeier
2016-07-19 09:29:51 +02:00
parent 06c7404461
commit 7037b340c1
16 changed files with 168 additions and 165 deletions

View File

@@ -74,7 +74,7 @@
#define PPP_OE_H
#include "ppp.h"
#include "netif/etharp.h"
#include "lwip/etharp.h"
#ifdef PACK_STRUCT_USE_INCLUDES
# include "arch/bpstruct.h"