pub fn end_of_interrupt(intr_vec: u8)Expand description
Send an End-of-Interrupt (EOI) for the vector that fired; every hardware IRQ handler must call this before returning or that IRQ line stays blocked.
pub fn end_of_interrupt(intr_vec: u8)Send an End-of-Interrupt (EOI) for the vector that fired; every hardware IRQ handler must call this before returning or that IRQ line stays blocked.