diff --git a/include/linux/phy/phy.h b/include/linux/phy/phy.h index 78bb0d7f6b11ac0a78e02eb35d12c9cbc0545a53..e694d4008c4a9121cbf1c8b6b0731f890b3570b3 100644 --- a/include/linux/phy/phy.h +++ b/include/linux/phy/phy.h @@ -27,6 +27,8 @@ enum phy_mode { PHY_MODE_USB_HOST, PHY_MODE_USB_DEVICE, PHY_MODE_USB_OTG, + PHY_MODE_SGMII, + PHY_MODE_10GKR, }; /**