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

@@ -47,7 +47,7 @@
#include "lwip/init.h"
#include "lwip/ip.h"
#include "lwip/pbuf.h"
#include "netif/etharp.h"
#include "lwip/etharp.h"
#define TCPIP_MSG_VAR_REF(name) API_VAR_REF(name)
#define TCPIP_MSG_VAR_DECLARE(name) API_VAR_DECLARE(struct tcpip_msg, name)