mirror of
https://github.com/revyos/th1520-vendor-uboot.git
synced 2026-06-21 09:02:25 +02:00
9 lines
187 B
C
9 lines
187 B
C
#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
|