Kernel: Add getter for ACPI namespace
This commit is contained in:
parent
1a153b835c
commit
b8a3439219
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in New Issue