vbus_conf.h 353 B

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