mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-18 16:21:52 +00:00
Kernel: Use nested namespace declarations in ACPI code
This commit is contained in:
parent
b1c68dd235
commit
84ae2b6f00
Notes:
sideshowbarker
2024-07-18 09:21:22 +09:00
Author: https://github.com/awesomekling
Commit: 84ae2b6f00
7 changed files with 8 additions and 23 deletions
|
@ -8,8 +8,7 @@
|
|||
#include <Kernel/ACPI/Parser.h>
|
||||
#include <Kernel/Sections.h>
|
||||
|
||||
namespace Kernel {
|
||||
namespace ACPI {
|
||||
namespace Kernel::ACPI {
|
||||
|
||||
UNMAP_AFTER_INIT DynamicParser::DynamicParser(PhysicalAddress rsdp)
|
||||
: IRQHandler(9)
|
||||
|
@ -57,4 +56,3 @@ void DynamicParser::build_namespace()
|
|||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue