]> git.ipfire.org Git - people/ms/u-boot.git/blame - include/mii_phy.h
Merge git://git.denx.de/u-boot-mmc
[people/ms/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