Kernel: Add getter for ACPI namespace

This commit is contained in:
Bananymous 2025-04-01 22:41:45 +03:00
parent 1a153b835c
commit b8a3439219
1 changed files with 2 additions and 0 deletions

View File

@ -30,6 +30,8 @@ namespace Kernel::ACPI
BAN::ErrorOr<void> initialize_acpi_devices();
AML::Namespace* acpi_namespace() { return m_namespace; }
BAN::ErrorOr<void> poweroff();
BAN::ErrorOr<void> reset();