Function ioapic::get_ioapic

source ·
pub fn get_ioapic(ioapic_id: u8) -> Option<&'static Mutex<IoApic>>
Expand description

If an IoApic with the given id exists, then lock it (acquire its Mutex) and return the locked IoApic.