Initial commit: TXW82x FPV v2.7.0.7-42229 SDK + project sources
This commit is contained in:
7
sdk/include/lib/net/ethphy/phy/auto_phy.h
Normal file
7
sdk/include/lib/net/ethphy/phy/auto_phy.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#ifndef __AUTO_PHY_H_
|
||||
#define __AUTO_PHY_H_
|
||||
|
||||
extern struct ethernet_phy_driver auto_phy_driver;
|
||||
|
||||
|
||||
#endif
|
||||
7
sdk/include/lib/net/ethphy/phy/ip101g.h
Normal file
7
sdk/include/lib/net/ethphy/phy/ip101g.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#ifndef __IP101G_H_
|
||||
#define __IP101G_H_
|
||||
|
||||
extern struct ethernet_phy_driver ip101g_driver;
|
||||
|
||||
|
||||
#endif
|
||||
7
sdk/include/lib/net/ethphy/phy/rtl8201f.h
Normal file
7
sdk/include/lib/net/ethphy/phy/rtl8201f.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#ifndef __RTL8201F_H_
|
||||
#define __RTL8201F_H_
|
||||
|
||||
extern struct ethernet_phy_driver rtl8201f_driver;
|
||||
|
||||
|
||||
#endif
|
||||
7
sdk/include/lib/net/ethphy/phy/sz18201.h
Normal file
7
sdk/include/lib/net/ethphy/phy/sz18201.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#ifndef __SZ18201_H_
|
||||
#define __SZ18201_H_
|
||||
|
||||
extern struct ethernet_phy_driver sz18201_driver;
|
||||
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user