diff options
Diffstat (limited to 'include/phy.h')
| -rw-r--r-- | include/phy.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/include/phy.h b/include/phy.h index ad2096ca84f..0737c4e8f9a 100644 --- a/include/phy.h +++ b/include/phy.h @@ -412,6 +412,8 @@ static inline bool phy_interface_is_sgmii(struct phy_device *phydev)  		phydev->interface <= PHY_INTERFACE_MODE_QSGMII;  } +bool phy_interface_is_ncsi(void); +  /* PHY UIDs for various PHYs that are referenced in external code */  #define PHY_UID_CS4340		0x13e51002  #define PHY_UID_CS4223		0x03e57003 | 
