extern "x86-interrupt" fn virtio_block_handler(
_stack_frame: InterruptStackFrame,
)Expand description
VirtIO Block device IRQ handler
Handles interrupts from the VirtIO block device. The IRQ line is determined at runtime from PCI config.
extern "x86-interrupt" fn virtio_block_handler(
_stack_frame: InterruptStackFrame,
)VirtIO Block device IRQ handler
Handles interrupts from the VirtIO block device. The IRQ line is determined at runtime from PCI config.