Kernel: Route PCI Interrupt Link Device interrupts

This commit is contained in:
2025-04-01 22:56:55 +03:00
parent 28ac6c2267
commit 27613da5ea
2 changed files with 133 additions and 0 deletions

View File

@@ -48,6 +48,8 @@ namespace Kernel::ACPI
BAN::ErrorOr<void> load_aml_tables(BAN::StringView name, bool all);
BAN::ErrorOr<void> route_interrupt_link_device(const AML::Scope& device, uint64_t& routed_irq_mask);
private:
paddr_t m_header_table_paddr = 0;
vaddr_t m_header_table_vaddr = 0;