Kernel: Add getter for ACPI namespace
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user