From 36b8e46de0e92aff31664470bb3587a91517ab99 Mon Sep 17 00:00:00 2001 From: Amlal EL Mahrouss Date: Thu, 3 Oct 2024 05:32:46 +0200 Subject: IMP: Fixes improvements and new APIs and implementations. - Add more threading API calls. - Moved /dev/zka/modules/ to /dev/modules/. - Add APM API inside /dev/modules. - Add SInt{x} types inside Defines.hxx. - Fix formatting inside PRM. Signed-off-by: Amlal EL Mahrouss --- dev/zka/src/DriveMgr.cxx | 6 +++--- dev/zka/src/FS/NeFS.cxx | 6 +++--- dev/zka/src/Stop.cxx | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) (limited to 'dev/zka/src') diff --git a/dev/zka/src/DriveMgr.cxx b/dev/zka/src/DriveMgr.cxx index f237458a..4b51cf66 100644 --- a/dev/zka/src/DriveMgr.cxx +++ b/dev/zka/src/DriveMgr.cxx @@ -8,9 +8,9 @@ #include #include -#include -#include -#include +#include +#include +#include /// @file DriveMgr.cxx /// @brief Kernel drive manager. diff --git a/dev/zka/src/FS/NeFS.cxx b/dev/zka/src/FS/NeFS.cxx index 61a18ae2..1e92ca02 100644 --- a/dev/zka/src/FS/NeFS.cxx +++ b/dev/zka/src/FS/NeFS.cxx @@ -6,9 +6,9 @@ #ifdef __FSKIT_USE_NEFS__ -#include -#include -#include +#include +#include +#include #include #include #include diff --git a/dev/zka/src/Stop.cxx b/dev/zka/src/Stop.cxx index 9fdc982a..6c252206 100644 --- a/dev/zka/src/Stop.cxx +++ b/dev/zka/src/Stop.cxx @@ -11,10 +11,10 @@ #include #include #include -#include +#include #include -#include -#include +#include +#include #define cWebsiteMacro "https://help.el-mahrouss-logic.com/" -- cgit v1.2.3