Function pci::get_pci_buses
source · pub fn get_pci_buses() -> Result<&'static Vec<PciBus>, &'static str>
Expand description
Returns a list of all PCI buses in this system. If the PCI bus hasn’t been initialized, this initializes the PCI bus & scans it to enumerates devices.