diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/phy.h | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/include/phy.h b/include/phy.h index d5817bf19..095f41c43 100644 --- a/include/phy.h +++ b/include/phy.h @@ -226,4 +226,8 @@ int phy_natsemi_init(void);  int phy_realtek_init(void);  int phy_teranetics_init(void);  int phy_vitesse_init(void); + +/* PHY UIDs for various PHYs that are referenced in external code */ +#define PHY_UID_TN2020	0x00a19410 +  #endif |