/* * eth_ioctl.h * * Created on: 10 мар. 2023 г. * Author: sychev */ #ifndef FREE_RTOS_ETHERNET_ETH_IOCTL_H_ #define FREE_RTOS_ETHERNET_ETH_IOCTL_H_ #include #include #ifdef __cplusplus extern "C" { #endif int32_t eth_ioctl(Enet_Handle handle, uint32_t core_id, uint32_t cmd, Enet_IoctlPrms * param); #ifdef __cplusplus } #endif #endif /* FREE_RTOS_ETHERNET_ETH_IOCTL_H_ */