• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /* ARP has been moved to core/ipv4, provide this #include for compatibility only */
2 #ifndef LWIP_HDR_ETHARP_H
3 #define LWIP_HDR_ETHARP_H
4 
5 #include "lwip/etharp.h"
6 #include "netif/ethernet.h"
7 
8 #endif /* LWIP_HDR_ETHARP_H */
9