dm: sandbox: pci: Add a PCI emulation uclass
[platform/kernel/u-boot.git] / include / dm / uclass-id.h
index b984407..0b6e850 100644 (file)
@@ -20,6 +20,7 @@ enum uclass_id {
        UCLASS_TEST_BUS,
        UCLASS_SPI_EMUL,        /* sandbox SPI device emulator */
        UCLASS_I2C_EMUL,        /* sandbox I2C device emulator */
+       UCLASS_PCI_EMUL,        /* sandbox PCI device emulator */
        UCLASS_SIMPLE_BUS,
 
        /* U-Boot uclasses start here */