mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 10:48:11 +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
|
@ -13,8 +13,7 @@
|
|||
#include <Kernel/PhysicalAddress.h>
|
||||
#include <Kernel/VM/PhysicalPage.h>
|
||||
|
||||
namespace Kernel {
|
||||
namespace ACPI {
|
||||
namespace Kernel::ACPI {
|
||||
|
||||
class DynamicParser final
|
||||
: public IRQHandler
|
||||
|
@ -40,5 +39,5 @@ private:
|
|||
|
||||
OwnPtr<Region> m_acpi_namespace;
|
||||
};
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue