Sign in
pigweed
/
third_party
/
github
/
project-chip
/
connectedhomeip
/
f0e3672f297b4477eef4bee6f04de14a503a1287
/
.
/
src
/
platform
/
Infineon
/
PSOC6
/
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