]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/ibl.git/blob - src/hw/mdio/mdioapi.h
Version 0.4 from Mike Line
[keystone-rtos/ibl.git] / src / hw / mdio / mdioapi.h
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  **************************************************************************************/
15  
16 void hwMdio (int16 nAccess, uint32 *access, uint16 clkdiv, uint32 delayCpuCycles);
21 #endif /* MDIO_API_H */