Function linux_syscall_api::trap::handle_irq
source · pub fn handle_irq(irq_num: usize, from_user: bool)
Expand description
Handle the interrupt
Arguments
-
irq_num
- The number of the interrupt -
from_user
- Whether the interrupt is from user space