diff options
Diffstat (limited to 'roms/u-boot-sam460ex/include/mii_phy.h')
-rw-r--r-- | roms/u-boot-sam460ex/include/mii_phy.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/roms/u-boot-sam460ex/include/mii_phy.h b/roms/u-boot-sam460ex/include/mii_phy.h new file mode 100644 index 000000000..f0d3e6282 --- /dev/null +++ b/roms/u-boot-sam460ex/include/mii_phy.h @@ -0,0 +1,8 @@ +#ifndef _MII_PHY_H_ +#define _MII_PHY_H_ + +void mii_discover_phy(void); +unsigned short mii_phy_read(unsigned short reg); +void mii_phy_write(unsigned short reg, unsigned short val); + +#endif |