Trait chipset::ioapic::IoApicRouting
source · pub trait IoApicRouting: Send + Sync {
// Required methods
fn assert(&self, irq: u8);
fn set_route(&self, irq: u8, request: Option<(u64, u32)>);
}
Expand description
Trait allowing the IO-APIC device to assert VM interrupts.