1 #ifndef __VBUS_CONF_H__
2 #define __VBUS_CONF_H__
3 
4 /* Number of blocks in VBus. The total size of VBus is
5  * RT_VMM_RB_BLK_NR * 64byte * 2. */
6 #define RT_VMM_RB_BLK_NR     20
7 
8 /* We don't use the IRQ number to trigger IRQ in this BSP. */
9 #define RT_VBUS_GUEST_VIRQ    0
10 #define RT_VBUS_HOST_VIRQ     0
11 
12 #endif /* end of include guard: __VBUS_CONF_H__ */
13 
14