sitara_depot/components/free_rtos/ethernet/eth_ioctl.h

25 lines
492 B
C
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/*
* eth_ioctl.h
*
* Created on: 10 мар. 2023 г.
* Author: sychev
*/
#ifndef FREE_RTOS_ETHERNET_ETH_IOCTL_H_
#define FREE_RTOS_ETHERNET_ETH_IOCTL_H_
#include <networking/enet/core/include/core/enet_base.h>
#include <networking/enet/core/include/core/enet_ioctl.h>
#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_ */