]> Git Repo - u-boot.git/blame - include/mii_phy.h
mtd: mxs_nand: fix the gf_13/14 definition issue
[u-boot.git] / include / mii_phy.h
CommitLineData
b631bb9c
WD
1#ifndef _MII_PHY_H_
2#define _MII_PHY_H_
3
4void mii_discover_phy(void);
5unsigned short mii_phy_read(unsigned short reg);
6void mii_phy_write(unsigned short reg, unsigned short val);
7
8#endif
This page took 0.524234 seconds and 4 git commands to generate.