diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-11-29 21:40:49 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-29 21:40:49 -0500 |
| commit | e0e8acd3db4ba1d50384f26305c6cc9021652840 (patch) | |
| tree | 2dbea485a392789fc67aa590f8a7afb9f263be3c /src/kernel/HALKit/ARM64 | |
| parent | 44ad26b648a79503303c596bb20a6995255dc630 (diff) | |
| parent | b456c928fecf78157270b052e441a427f06afdda (diff) | |
Merge pull request #94 from nekernel-org/dev
Vet.h and Ref.h
Diffstat (limited to 'src/kernel/HALKit/ARM64')
| -rw-r--r-- | src/kernel/HALKit/ARM64/ApplicationProcessor.h | 2 | ||||
| -rw-r--r-- | src/kernel/HALKit/ARM64/Paging.h | 2 | ||||
| -rw-r--r-- | src/kernel/HALKit/ARM64/Processor.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/kernel/HALKit/ARM64/ApplicationProcessor.h b/src/kernel/HALKit/ARM64/ApplicationProcessor.h index 9768cebc..71f8b68a 100644 --- a/src/kernel/HALKit/ARM64/ApplicationProcessor.h +++ b/src/kernel/HALKit/ARM64/ApplicationProcessor.h @@ -7,7 +7,7 @@ #pragma once #include <HALKit/ARM64/Processor.h> -#include <NeKit/Defines.h> +#include <NeKit/Config.h> /************************************************** */ /* INITIALIZE THE GIC ON THE CURRENT CORE. */ diff --git a/src/kernel/HALKit/ARM64/Paging.h b/src/kernel/HALKit/ARM64/Paging.h index e8bd0ac1..28d31b60 100644 --- a/src/kernel/HALKit/ARM64/Paging.h +++ b/src/kernel/HALKit/ARM64/Paging.h @@ -14,7 +14,7 @@ #ifdef __NE_ARM64__ -#include <NeKit/Defines.h> +#include <NeKit/Config.h> #ifndef kPageMax #define kPageMax (0x200) diff --git a/src/kernel/HALKit/ARM64/Processor.h b/src/kernel/HALKit/ARM64/Processor.h index de9f932e..3ef21957 100644 --- a/src/kernel/HALKit/ARM64/Processor.h +++ b/src/kernel/HALKit/ARM64/Processor.h @@ -10,7 +10,7 @@ #include <FirmwareKit/Handover.h> #include <NeKit/Array.h> -#include <NeKit/Defines.h> +#include <NeKit/Config.h> #include <NeKit/Utils.h> #define kCPUBackendName "aarch64" |
