summaryrefslogtreecommitdiffhomepage
path: root/dev/Kernel/HALKit/AMD64/Processor.h
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2025-01-31 19:05:36 +0100
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2025-01-31 19:05:36 +0100
commitd0c7a3e05a1bb5c9cffd1a0946e403d3a8e37e63 (patch)
tree686f7f3c99a08a7bebfc925839f0f9d882177c54 /dev/Kernel/HALKit/AMD64/Processor.h
parent9c1e80e1bb3a8d549a9053f0d7bf4afb0c806f80 (diff)
Match the changes in OpenNE, (without reusing it)
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/Kernel/HALKit/AMD64/Processor.h')
-rw-r--r--dev/Kernel/HALKit/AMD64/Processor.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev/Kernel/HALKit/AMD64/Processor.h b/dev/Kernel/HALKit/AMD64/Processor.h
index 311d2738..fdd872d9 100644
--- a/dev/Kernel/HALKit/AMD64/Processor.h
+++ b/dev/Kernel/HALKit/AMD64/Processor.h
@@ -260,7 +260,7 @@ namespace Kernel::HAL
namespace Detail
{
/* @brief TSS struct. */
- struct ZKA_TSS final
+ struct NE_TSS final
{
UInt32 fReserved1;
UInt64 fRsp0;
@@ -283,7 +283,7 @@ namespace Kernel::HAL
@brief Global descriptor table entry, either null, code or data.
*/
- struct PACKED ZKA_GDT_ENTRY final
+ struct PACKED NE_GDT_ENTRY final
{
UInt16 fLimitLow;
UInt16 fBaseLow;
@@ -304,7 +304,7 @@ namespace Kernel::HAL
~APICController() = default;
- ZKA_COPY_DEFAULT(APICController);
+ NE_COPY_DEFAULT(APICController);
public:
UInt32 Read(UInt32 reg) noexcept;