summaryrefslogtreecommitdiffhomepage
path: root/dev/Mod/ACPI
diff options
context:
space:
mode:
Diffstat (limited to 'dev/Mod/ACPI')
-rw-r--r--dev/Mod/ACPI/ACPI.h6
-rw-r--r--dev/Mod/ACPI/ACPIFactoryInterface.h4
2 files changed, 5 insertions, 5 deletions
diff --git a/dev/Mod/ACPI/ACPI.h b/dev/Mod/ACPI/ACPI.h
index 75c2ad9a..a4fe2b0e 100644
--- a/dev/Mod/ACPI/ACPI.h
+++ b/dev/Mod/ACPI/ACPI.h
@@ -13,9 +13,9 @@
#include <NewKit/Defines.h>
-#define SDT_OBJECT : public Kernel::SDT
+#define SDT_OBJECT : public NeOS::SDT
-namespace Kernel
+namespace NeOS
{
class PACKED SDT
{
@@ -85,6 +85,6 @@ namespace Kernel
UInt32 CreatorRevision;
UInt32 AddressArr[];
};
-} // namespace Kernel
+} // namespace NeOS
#endif // !__ACPI__
diff --git a/dev/Mod/ACPI/ACPIFactoryInterface.h b/dev/Mod/ACPI/ACPIFactoryInterface.h
index 315e37d4..01143c17 100644
--- a/dev/Mod/ACPI/ACPIFactoryInterface.h
+++ b/dev/Mod/ACPI/ACPIFactoryInterface.h
@@ -13,7 +13,7 @@
#include <NewKit/Defines.h>
#include <NewKit/Ref.h>
-namespace Kernel
+namespace NeOS
{
class ACPIFactoryInterface;
@@ -55,6 +55,6 @@ namespace Kernel
SSizeT fEntries{0UL}; // number of entries, -1 tells that no invalid entries were
// found.
};
-} // namespace Kernel
+} // namespace NeOS
#endif // !__MOD_ACPI_H__