summaryrefslogtreecommitdiffhomepage
path: root/dev/modules/ACPI/ACPI.h
diff options
context:
space:
mode:
Diffstat (limited to 'dev/modules/ACPI/ACPI.h')
-rw-r--r--dev/modules/ACPI/ACPI.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev/modules/ACPI/ACPI.h b/dev/modules/ACPI/ACPI.h
index a4fe2b0e..75c2ad9a 100644
--- a/dev/modules/ACPI/ACPI.h
+++ b/dev/modules/ACPI/ACPI.h
@@ -13,9 +13,9 @@
#include <NewKit/Defines.h>
-#define SDT_OBJECT : public NeOS::SDT
+#define SDT_OBJECT : public Kernel::SDT
-namespace NeOS
+namespace Kernel
{
class PACKED SDT
{
@@ -85,6 +85,6 @@ namespace NeOS
UInt32 CreatorRevision;
UInt32 AddressArr[];
};
-} // namespace NeOS
+} // namespace Kernel
#endif // !__ACPI__