Kernel: Rework AML package and implement indexing in to packages

This commit is contained in:
2024-04-19 11:26:48 +03:00
parent 0bf45069bd
commit 693f90449f
5 changed files with 162 additions and 78 deletions

View File

@@ -28,6 +28,7 @@ namespace Kernel::ACPI::AML
Namespace,
OpRegion,
Package,
PackageElement,
PowerResource,
Processor,
Reference,