dm: pci: Add a uclass for PCI
[platform/kernel/u-boot.git] / include / dm / uclass-id.h
index 91bb90d..b984407 100644 (file)
@@ -34,6 +34,8 @@ enum uclass_id {
        UCLASS_I2C_GENERIC,     /* Generic I2C device */
        UCLASS_I2C_EEPROM,      /* I2C EEPROM device */
        UCLASS_MOD_EXP,         /* RSA Mod Exp device */
+       UCLASS_PCI,             /* PCI bus */
+       UCLASS_PCI_GENERIC,     /* Generic PCI bus device */
 
        UCLASS_COUNT,
        UCLASS_INVALID = -1,