Reduce usage of netif/ethernet.h header, mostly lwip/prot/ethernet.h is sufficient

This commit is contained in:
Dirk Ziegelmeier
2016-08-19 08:36:00 +02:00
parent 43d6812b3e
commit 8eb9db18a2
7 changed files with 21 additions and 17 deletions

View File

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