blob: 54611207fd1b7a67613eb98622e8215631caaa2e [file] [log] [blame]
#ifndef CY_ETHERNET_SHIM
#define CY_ETHERNET_SHIM
// Shim for cy secure-sockets which includes <ethernet.h> (with no path) but should be <netif/ethernet.h>
#include <netif/ethernet.h>
#endif