drivers: pci_ep: Introduce UCLASS_PCI_EP uclass
[oweals/u-boot.git] / include / dm / uclass-id.h
index 418392875cfd5619c1a24687d13278b944f74dc3..5056a084d2371e8a12aae1590f2eb564da6cdc54 100644 (file)
@@ -69,6 +69,7 @@ enum uclass_id {
        UCLASS_PANEL_BACKLIGHT, /* Backlight controller for panel */
        UCLASS_PCH,             /* x86 platform controller hub */
        UCLASS_PCI,             /* PCI bus */
+       UCLASS_PCI_EP,          /* PCI endpoint device */
        UCLASS_PCI_GENERIC,     /* Generic PCI bus device */
        UCLASS_PHY,             /* Physical Layer (PHY) device */
        UCLASS_PINCONFIG,       /* Pin configuration node device */