summaryrefslogtreecommitdiffhomepage
path: root/dev/Mod/ACPI/ACPIFactoryInterface.h
diff options
context:
space:
mode:
Diffstat (limited to 'dev/Mod/ACPI/ACPIFactoryInterface.h')
-rw-r--r--dev/Mod/ACPI/ACPIFactoryInterface.h4
1 files changed, 2 insertions, 2 deletions
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__