diff options
Diffstat (limited to 'dev/modules/ACPI')
| -rw-r--r-- | dev/modules/ACPI/ACPI.h | 6 | ||||
| -rw-r--r-- | dev/modules/ACPI/ACPIFactoryInterface.h | 6 |
2 files changed, 6 insertions, 6 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__ 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__ |
