Sign in
pigweed
/
third_party
/
github
/
project-chip
/
connectedhomeip
/
977cfa4501159dd9b1600857eed858c693a1ba2a
/
.
/
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