ReactOS 0.4.16-dev-401-g45b008d
|
#include <actbl2.h>
Public Attributes | |
ACPI_SUBTABLE_HEADER | Header |
UINT8 | Bus |
UINT8 | SourceIrq |
UINT32 | GlobalIrq |
UINT16 | IntiFlags |
UINT8 acpi_madt_interrupt_override::Bus |
Definition at line 1068 of file actbl2.h.
Referenced by HalpParseApicTables().
UINT32 acpi_madt_interrupt_override::GlobalIrq |
Definition at line 1070 of file actbl2.h.
Referenced by HalpParseApicTables().
ACPI_SUBTABLE_HEADER acpi_madt_interrupt_override::Header |
UINT16 acpi_madt_interrupt_override::IntiFlags |
Definition at line 1071 of file actbl2.h.
Referenced by HalpParseApicTables().
UINT8 acpi_madt_interrupt_override::SourceIrq |
Definition at line 1069 of file actbl2.h.
Referenced by HalpParseApicTables().