From 1e8b22f34ce423b23d1b4c4ea59ed16aa29842d8 Mon Sep 17 00:00:00 2001 From: Amlal Date: Thu, 1 May 2025 11:59:48 +0200 Subject: tooling, fs: Improve tooling and clean up HeFS filesystem code. Signed-off-by: Amlal --- dev/boot/BootKit/BootKit.h | 1 + 1 file changed, 1 insertion(+) (limited to 'dev/boot/BootKit') diff --git a/dev/boot/BootKit/BootKit.h b/dev/boot/BootKit/BootKit.h index 5f4a65c4..3f871b9a 100644 --- a/dev/boot/BootKit/BootKit.h +++ b/dev/boot/BootKit/BootKit.h @@ -148,6 +148,7 @@ class BootFileReader final { typedef UInt8* BlobType; +/// @brief Bootloader Version String. class BVersionString final { public: static const CharacterTypeUTF8* The() { return BOOTLOADER_VERSION; } -- cgit v1.2.3