From ba7b3ed69cd24970a28b72c54982735cd120e663 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Fri, 28 Mar 2025 19:57:33 +0100 Subject: kernel: breaking: Change namespace from NeOS to Kernel. sched: Fix redundancy in NeKernel's user scheduler macros, refactored the other files using the redundant macros too. part one of a series of commit for NeKernel. Signed-off-by: Amlal El Mahrouss --- dev/kernel/NewKit/Defines.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dev/kernel/NewKit/Defines.h') diff --git a/dev/kernel/NewKit/Defines.h b/dev/kernel/NewKit/Defines.h index 7758c053..33759784 100644 --- a/dev/kernel/NewKit/Defines.h +++ b/dev/kernel/NewKit/Defines.h @@ -12,7 +12,7 @@ #define NEWKIT_VERSION_BCD 0x01100 #ifndef __cplusplus -#error NeOS compiles with a C++ compiler. +#error Kernel compiles with a C++ compiler. #endif #if __cplusplus <= 201703L @@ -28,7 +28,7 @@ #endif /// @brief The **Kernel** namespace. -namespace NeOS +namespace Kernel { using voidPtr = void*; using VoidPtr = void*; @@ -197,4 +197,4 @@ namespace NeOS return NO; } }; -} // namespace NeOS +} // namespace Kernel -- cgit v1.2.3