]> git.karo-electronics.de Git - karo-tx-uboot.git/blob - include/mii_phy.h
sh: Set CONFIG_SH_ETHER_PHY_MODE and CONFIG_SH_ETHER_SH7734_MII to boards with sh_eth
[karo-tx-uboot.git] / include / mii_phy.h
1 #ifndef _MII_PHY_H_
2 #define _MII_PHY_H_
3
4 void mii_discover_phy(void);
5 unsigned short mii_phy_read(unsigned short reg);
6 void mii_phy_write(unsigned short reg, unsigned short val);
7
8 #endif