GK SDK 源码库: XMIPCLinuxV100R005C00SPC030 (kernel/tools/open_source excluded)
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user