Skip to content

Commit 21d8241

Browse files
Add link to docs for InterruptSourceOverride
1 parent bc88428 commit 21d8241

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

acpi/src/platform/interrupt.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ pub enum TriggerMode {
5959
/// models. For example, if a device is connected to ISA IRQ 0 and IOAPIC input 2, an override will
6060
/// appear mapping source 0 to GSI 2. Currently these will only be created for ISA interrupt
6161
/// sources.
62+
///
63+
/// https://uefi.org/htmlspecs/ACPI_Spec_6_4_html/05_ACPI_Software_Programming_Model/ACPI_Software_Programming_Model.html#interrupt-source-override-structure
6264
#[derive(Debug, Clone, Copy)]
6365
pub struct InterruptSourceOverride {
6466
pub isa_source: u8,

0 commit comments

Comments
 (0)