PatchworkOS  2ca1c69
A non-POSIX operating system.
Loading...
Searching...
No Matches
acpi_device_irq_t Struct Reference

Represents a IRQ assigned to an ACPI device. More...

#include <devices.h>

Collaboration diagram for acpi_device_irq_t:

Data Fields

irq_phys_t phys
 
irq_virt_t virt
 
irq_flags_t flags
 

Detailed Description

Represents a IRQ assigned to an ACPI device.

Definition at line 86 of file devices.h.

Field Documentation

◆ phys

irq_phys_t acpi_device_irq_t::phys

Definition at line 88 of file devices.h.

◆ virt

irq_virt_t acpi_device_irq_t::virt

Definition at line 89 of file devices.h.

◆ flags

irq_flags_t acpi_device_irq_t::flags

Definition at line 90 of file devices.h.


The documentation for this struct was generated from the following file: