mirror of
https://github.com/RGBCube/serenity
synced 2025-07-05 13:17:36 +00:00
Kernel: Use nested namespace declarations in ACPI code
This commit is contained in:
parent
b1c68dd235
commit
84ae2b6f00
7 changed files with 8 additions and 23 deletions
|
@ -17,8 +17,7 @@
|
|||
#include <Kernel/StdLib.h>
|
||||
#include <Kernel/VM/TypedMapping.h>
|
||||
|
||||
namespace Kernel {
|
||||
namespace ACPI {
|
||||
namespace Kernel::ACPI {
|
||||
|
||||
static Parser* s_acpi_parser;
|
||||
|
||||
|
@ -459,4 +458,3 @@ void Parser::disable_aml_interpretation()
|
|||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue