diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-01-23 19:55:05 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-01-23 19:55:05 +0100 |
| commit | 187cf4d1af81ba45af85dfe4443574c6e0e0f98a (patch) | |
| tree | f8cbbddf713ad2073e0efdb3e19006f22b18cd51 /src/boot/BootKit/BootKit.h | |
| parent | 3a4cb9bfcf9e91f3bd994d74af2e56f59d17688f (diff) | |
chore: Codebase improvements, add groundwork for #122.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'src/boot/BootKit/BootKit.h')
| -rw-r--r-- | src/boot/BootKit/BootKit.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/boot/BootKit/BootKit.h b/src/boot/BootKit/BootKit.h index fe90601e..fa10e6cf 100644 --- a/src/boot/BootKit/BootKit.h +++ b/src/boot/BootKit/BootKit.h @@ -35,6 +35,7 @@ /// Framebuffer helpers. /***********************************************************************************/ +/// @brief The **BootZ** namespace. namespace Boot { void ThrowError(const WideChar* errorCode, const WideChar* reason); |
