1 #ifndef MDIO_API_H
2 #define MDIO_API_H
3 /*************************************************************************************
4 * FILE PURPOSE: Define the API to the mdio driver
5 *************************************************************************************
6 * FILE NAME: mdioapi.h
7 *
8 * DESCRIPTION: The MDIO api is defined
9 *
10 * @file mdioapi.h
11 *
12 * @brief
13 * The MDIO api is defined
14 **************************************************************************************/
16 void hwMdio (int16 nAccess, uint32 *access, uint16 clkdiv, uint32 delayCpuCycles);
21 #endif /* MDIO_API_H */