diff options
| author | Amlal El Mahrouss <amlal@el-mahrouss-logic.com> | 2024-03-28 13:05:28 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@el-mahrouss-logic.com> | 2024-03-28 13:05:28 +0100 |
| commit | 84cc6ff6f43b48383248282743efc514946db641 (patch) | |
| tree | fa7f9099b87e235ba122d17b6a3b39234cd39883 /Private/Builtins/ACPI | |
| parent | 3d798c5fc738768493df925d1f5d72256f2dec4e (diff) | |
Kernel: :boom: breaking changes, Update API and the HCORE based
macros, rename HCore to NewOS.
Signed-off-by: Amlal El Mahrouss <amlal@el-mahrouss-logic.com>
Diffstat (limited to 'Private/Builtins/ACPI')
| -rw-r--r-- | Private/Builtins/ACPI/ACPI.hxx | 4 | ||||
| -rw-r--r-- | Private/Builtins/ACPI/ACPIFactoryInterface.hxx | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/Private/Builtins/ACPI/ACPI.hxx b/Private/Builtins/ACPI/ACPI.hxx index c0076c5e..f0412b9e 100644 --- a/Private/Builtins/ACPI/ACPI.hxx +++ b/Private/Builtins/ACPI/ACPI.hxx @@ -13,7 +13,7 @@ #include <NewKit/Defines.hpp> -namespace HCore { +namespace NewOS { class SDT { public: Char Signature[4]; @@ -62,6 +62,6 @@ class Address { UInt8 Reserved; UIntPtr Address; }; -} // namespace HCore +} // namespace NewOS #endif // !__ACPI__ diff --git a/Private/Builtins/ACPI/ACPIFactoryInterface.hxx b/Private/Builtins/ACPI/ACPIFactoryInterface.hxx index b81a8dde..6d2325fe 100644 --- a/Private/Builtins/ACPI/ACPIFactoryInterface.hxx +++ b/Private/Builtins/ACPI/ACPIFactoryInterface.hxx @@ -12,7 +12,7 @@ #include <NewKit/Defines.hpp> #include <NewKit/Ref.hpp> -namespace HCore { +namespace NewOS { class ACPIFactoryInterface final { public: explicit ACPIFactoryInterface(voidPtr rsdPtr); @@ -47,6 +47,6 @@ class ACPIFactoryInterface final { SSizeT m_Entries; // number of entries, -1 tells that no invalid entries were // found. }; -} // namespace HCore +} // namespace NewOS #endif // !__ACPI_MANAGER__ |
