]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - include/dm/uclass-id.h
dm: usb: sandbox: Add a uclass for USB device emulation
[karo-tx-uboot.git] / include / dm / uclass-id.h
index 6fe366996860ca8744db415fe598548f12eb081c..3d62dbbb2a64b00239bbba109f91121fd630d530 100644 (file)
@@ -21,6 +21,7 @@ enum uclass_id {
        UCLASS_SPI_EMUL,        /* sandbox SPI device emulator */
        UCLASS_I2C_EMUL,        /* sandbox I2C device emulator */
        UCLASS_PCI_EMUL,        /* sandbox PCI device emulator */
+       UCLASS_USB_EMUL,        /* sandbox USB bus device emulator */
        UCLASS_SIMPLE_BUS,
 
        /* U-Boot uclasses start here */