summaryrefslogtreecommitdiffhomepage
path: root/Private/Builtins/ACPI
diff options
context:
space:
mode:
Diffstat (limited to 'Private/Builtins/ACPI')
-rw-r--r--Private/Builtins/ACPI/ACPI.hxx4
-rw-r--r--Private/Builtins/ACPI/ACPIFactoryInterface.hxx4
2 files changed, 4 insertions, 4 deletions
diff --git a/Private/Builtins/ACPI/ACPI.hxx b/Private/Builtins/ACPI/ACPI.hxx
index c0076c5e..f0412b9e 100644
--- a/Private/Builtins/ACPI/ACPI.hxx
+++ b/Private/Builtins/ACPI/ACPI.hxx
@@ -13,7 +13,7 @@
#include <NewKit/Defines.hpp>
-namespace HCore {
+namespace NewOS {
class SDT {
public:
Char Signature[4];
@@ -62,6 +62,6 @@ class Address {
UInt8 Reserved;
UIntPtr Address;
};
-} // namespace HCore
+} // namespace NewOS
#endif // !__ACPI__
diff --git a/Private/Builtins/ACPI/ACPIFactoryInterface.hxx b/Private/Builtins/ACPI/ACPIFactoryInterface.hxx
index b81a8dde..6d2325fe 100644
--- a/Private/Builtins/ACPI/ACPIFactoryInterface.hxx
+++ b/Private/Builtins/ACPI/ACPIFactoryInterface.hxx
@@ -12,7 +12,7 @@
#include <NewKit/Defines.hpp>
#include <NewKit/Ref.hpp>
-namespace HCore {
+namespace NewOS {
class ACPIFactoryInterface final {
public:
explicit ACPIFactoryInterface(voidPtr rsdPtr);
@@ -47,6 +47,6 @@ class ACPIFactoryInterface final {
SSizeT m_Entries; // number of entries, -1 tells that no invalid entries were
// found.
};
-} // namespace HCore
+} // namespace NewOS
#endif // !__ACPI_MANAGER__