From aaf43eec4e4212578d0e900b546695c42bc203c0 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Wed, 11 Mar 2026 16:24:17 +0100 Subject: [CHORE] Add SPDX header for files. Signed-off-by: Amlal El Mahrouss --- src/kernel/HALKit/RISCV/AP.h | 1 + src/kernel/HALKit/RISCV/HalApplicationProcessor.cpp | 1 + 2 files changed, 2 insertions(+) (limited to 'src/kernel/HALKit/RISCV') diff --git a/src/kernel/HALKit/RISCV/AP.h b/src/kernel/HALKit/RISCV/AP.h index 5a2056ef..4bb3e22a 100644 --- a/src/kernel/HALKit/RISCV/AP.h +++ b/src/kernel/HALKit/RISCV/AP.h @@ -2,6 +2,7 @@ // Copyright 2024-2026, Amlal El Mahrouss (amlal@nekernel.org) // Licensed under the Apache License, Version 2.0 (see LICENSE file) // Official repository: https://github.com/ne-foss-org/nekernel + #ifndef HALKIT_AP_H #define HALKIT_AP_H diff --git a/src/kernel/HALKit/RISCV/HalApplicationProcessor.cpp b/src/kernel/HALKit/RISCV/HalApplicationProcessor.cpp index 636d074c..80c16825 100644 --- a/src/kernel/HALKit/RISCV/HalApplicationProcessor.cpp +++ b/src/kernel/HALKit/RISCV/HalApplicationProcessor.cpp @@ -2,6 +2,7 @@ // Copyright 2024-2026, Amlal El Mahrouss (amlal@nekernel.org) // Licensed under the Apache License, Version 2.0 (see LICENSE file) // Official repository: https://github.com/ne-foss-org/nekernel + #include #include #include -- cgit v1.2.3