diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-02-27 05:41:16 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-02-27 05:41:16 +0100 |
| commit | 92e86a036219d31c56d12ba41adab51d62a26ecc (patch) | |
| tree | c15a638ca24b0999677c4f17f977e3b542b58a98 /src/kernel/KernelKit/ZXD.h | |
| parent | 4f65115434ca019d6a8c1b31fd360fffb36863f6 (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.h | 3 |
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 |
