Module vmcore::line_interrupt

source ·
Expand description

Infrastructure to support line interrupts.

Modules§

Structs§

  • A line interrupt, representing a (virtually) physical wire between a device and an interrupt controller.
  • A set of line interrupts and their target mappings.

Enums§

  • An error occurred while creating a new line interrupt.

Traits§

  • Unless you’re implementing an interrupt controller (e.g: the PIC, IOAPIC), you shouldn’t be using this trait!