Skip to main content

resolve_and_add_pci_device

Function resolve_and_add_pci_device 

Source
pub async fn resolve_and_add_pci_device(
    device_builder: ArcMutexChipsetDeviceBuilder<'_, '_, ErasedChipsetDevice>,
    ctx: PciDeviceResolveContext<'_>,
    dma_target: &DmaTarget,
) -> Result<Arc<CloseableMutex<ErasedChipsetDevice>>>
Expand description

Resolves a PCI device resource and adds it to the specified chipset device builder.