⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

eoi

Function eoi 

Source
pub fn eoi(irq: IrqNumber) -> KernelResult<()>
Expand description

Send end-of-interrupt to the hardware controller.

Must be called after the interrupt handler has finished processing.

§Errors

  • KernelError::NotInitialized if the interrupt controller has not been initialized.