summaryrefslogtreecommitdiffhomepage
path: root/src/kernel/HALKit/POWER
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-11-29 21:40:49 -0500
committerGitHub <noreply@github.com>2025-11-29 21:40:49 -0500
commite0e8acd3db4ba1d50384f26305c6cc9021652840 (patch)
tree2dbea485a392789fc67aa590f8a7afb9f263be3c /src/kernel/HALKit/POWER
parent44ad26b648a79503303c596bb20a6995255dc630 (diff)
parentb456c928fecf78157270b052e441a427f06afdda (diff)
Merge pull request #94 from nekernel-org/dev
Vet.h and Ref.h
Diffstat (limited to 'src/kernel/HALKit/POWER')
-rw-r--r--src/kernel/HALKit/POWER/AP.h2
-rw-r--r--src/kernel/HALKit/POWER/Processor.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/kernel/HALKit/POWER/AP.h b/src/kernel/HALKit/POWER/AP.h
index efe4ceff..b0a89138 100644
--- a/src/kernel/HALKit/POWER/AP.h
+++ b/src/kernel/HALKit/POWER/AP.h
@@ -13,7 +13,7 @@
#pragma once
-#include <NeKit/Defines.h>
+#include <NeKit/Config.h>
namespace Kernel {
struct HAL_HARDWARE_THREAD;
diff --git a/src/kernel/HALKit/POWER/Processor.h b/src/kernel/HALKit/POWER/Processor.h
index 46cda33e..74352a00 100644
--- a/src/kernel/HALKit/POWER/Processor.h
+++ b/src/kernel/HALKit/POWER/Processor.h
@@ -8,7 +8,7 @@
#pragma once
-#include <NeKit/Defines.h>
+#include <NeKit/Config.h>
#include <NeKit/Utils.h>
#define rtl_nop_op() asm volatile("mr 0, 0")