DM: crypto/rsa_mod_exp: Add rsa Modular Exponentiation DM driver
[platform/kernel/u-boot.git] / include / dm / uclass-id.h
index f17c3c2..91bb90d 100644 (file)
@@ -33,6 +33,7 @@ enum uclass_id {
        UCLASS_I2C,             /* I2C bus */
        UCLASS_I2C_GENERIC,     /* Generic I2C device */
        UCLASS_I2C_EEPROM,      /* I2C EEPROM device */
+       UCLASS_MOD_EXP,         /* RSA Mod Exp device */
 
        UCLASS_COUNT,
        UCLASS_INVALID = -1,