summaryrefslogtreecommitdiffhomepage
path: root/src/kernel/KernelKit/ZXD.h
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-02-27 05:41:16 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-02-27 05:41:16 +0100
commit92e86a036219d31c56d12ba41adab51d62a26ecc (patch)
treec15a638ca24b0999677c4f17f977e3b542b58a98 /src/kernel/KernelKit/ZXD.h
parent4f65115434ca019d6a8c1b31fd360fffb36863f6 (diff)
chore: kernel, boot: updated sources copyright year and improve stability.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'src/kernel/KernelKit/ZXD.h')
-rw-r--r--src/kernel/KernelKit/ZXD.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/kernel/KernelKit/ZXD.h b/src/kernel/KernelKit/ZXD.h
index e56299c9..9ac79af4 100644
--- a/src/kernel/KernelKit/ZXD.h
+++ b/src/kernel/KernelKit/ZXD.h
@@ -56,8 +56,9 @@ inline constexpr auto kDriverName = ".drvr";
/// @note This is ProcessSanitizer specific.
inline constexpr auto kProsanName = ".pros";
+/// @brief Exec ptr alias.
using ZxdExecPtr = ZxdExec*;
-
+/// @brief Exec stub alias.
using ZxdStubPtr = ZxdStub*;
} // namespace Kernel