Sign in
pigweed
/
third_party
/
github
/
project-chip
/
connectedhomeip
/
117df8335d8e530306483d1129797763b3386df8
/
.
/
src
/
platform
/
P6
/
ethernet.h
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