summaryrefslogtreecommitdiffhomepage
path: root/dev/boot/BootKit
diff options
context:
space:
mode:
Diffstat (limited to 'dev/boot/BootKit')
-rw-r--r--dev/boot/BootKit/BootKit.h1
1 files changed, 1 insertions, 0 deletions
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; }