mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-01-30 14:13:28 +00:00
In the struct usb_block, there are some fields such as 'ccs', 'streamid', which should not be seen in the USB layer. This patch intruduces new struct xhci_block to include the variables for xHCI emulation. Tracked-On: #3628 Signed-off-by: Xiaoguang Wu <xiaoguang.wu@intel.com> Acked-by: Yu Wang <yu1.wang@intel.com>