summaryrefslogtreecommitdiffhomepage
path: root/dev/modules/ACPI/ACPIFactoryInterface.h
diff options
context:
space:
mode:
Diffstat (limited to 'dev/modules/ACPI/ACPIFactoryInterface.h')
-rw-r--r--dev/modules/ACPI/ACPIFactoryInterface.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev/modules/ACPI/ACPIFactoryInterface.h b/dev/modules/ACPI/ACPIFactoryInterface.h
index 06a5c6e9..76819b4e 100644
--- a/dev/modules/ACPI/ACPIFactoryInterface.h
+++ b/dev/modules/ACPI/ACPIFactoryInterface.h
@@ -12,9 +12,9 @@
#include <NewKit/ErrorOr.h>
#include <NewKit/Defines.h>
#include <NewKit/Ref.h>
-#include <modules/Pwr/PowerFactory.h>
+#include <modules/Power/PowerFactory.h>
-namespace NeOS
+namespace Kernel
{
class PowerFactory;
class ACPIFactoryInterface;
@@ -54,6 +54,6 @@ namespace NeOS
SSizeT fEntries{0UL}; // number of entries, -1 tells that no invalid entries were
// found.
};
-} // namespace NeOS
+} // namespace Kernel
#endif // !__MOD_ACPI_H__