mirror of
https://github.com/plappermaul/realtek-doc.git
synced 2025-12-10 07:44:41 +01:00
8 lines
187 B
C
Executable file
8 lines
187 B
C
Executable file
#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
|