xen: pvblock: Add initial support for para-virtualized block driver
[platform/kernel/u-boot.git] / include / dm / uclass-id.h
index dbc14ec..4ec5fa6 100644 (file)
@@ -123,6 +123,7 @@ enum uclass_id {
        UCLASS_W1,              /* Dallas 1-Wire bus */
        UCLASS_W1_EEPROM,       /* one-wire EEPROMs */
        UCLASS_WDT,             /* Watchdog Timer driver */
+       UCLASS_PVBLOCK,         /* Xen virtual block device */
 
        UCLASS_COUNT,
        UCLASS_INVALID = -1,