]> Git Repo - J-u-boot.git/blame - include/mii_phy.h
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86
[J-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.730741 seconds and 4 git commands to generate.