1 /* 2 * Copyright 2020 NXP 3 * All rights reserved. 4 * 5 * SPDX-License-Identifier: BSD-3-Clause 6 */ 7 8 #ifndef _FSL_ENET_MDIO_H_ 9 #define _FSL_ENET_MDIO_H_ 10 11 #include "fsl_enet.h" 12 #include "fsl_mdio.h" 13 14 /******************************************************************************* 15 * Definitions 16 ******************************************************************************/ 17 18 /*! @brief ENET MDIO operations structure. */ 19 extern const mdio_operations_t enet_ops; 20 21 #endif 22