diff --git a/include/linux/phy/phy.h b/include/linux/phy/phy.h index a3965c3cc653..43b2da6f4be2 100644 --- a/include/linux/phy/phy.h +++ b/include/linux/phy/phy.h @@ -24,6 +24,8 @@ struct phy; enum phy_mode { PHY_MODE_INVALID, + PHY_MODE_PCIE_EP, + PHY_MODE_PCIE_RC, PHY_MODE_USB_HOST, PHY_MODE_USB_DEVICE, PHY_MODE_USB_OTG,