X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fdm%2Fuclass-id.h;h=b984407c094ae2df7fa51567dbc2aec723b7f645;hb=ff3e077bd23c37c83d01aad105e528194e33d75e;hp=91bb90dcfb3044196907da15b3b83efb2c2dd07c;hpb=358b8bc204f365be28fed94f23e53e04183a8c7f;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/dm/uclass-id.h b/include/dm/uclass-id.h index 91bb90d..b984407 100644 --- a/include/dm/uclass-id.h +++ b/include/dm/uclass-id.h @@ -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,