From 4d192e629a07ae457134cb0063e0136e54b01008 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Tue, 9 Dec 2025 02:50:07 +0100 Subject: chore: Codebase improvements and tweaks. Signed-off-by: Amlal El Mahrouss --- src/boot/BootKit/BootKit.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/boot/BootKit/BootKit.h') diff --git a/src/boot/BootKit/BootKit.h b/src/boot/BootKit/BootKit.h index fb8941e0..b00fd112 100644 --- a/src/boot/BootKit/BootKit.h +++ b/src/boot/BootKit/BootKit.h @@ -9,7 +9,10 @@ /// @brief Bootloader Application Programming Interface. /***********************************************************************************/ -#pragma once +#ifndef __BOOTKIT_H__ +#define __BOOTKIT_H__ + +#include #include #include @@ -333,3 +336,5 @@ inline Boolean BDiskFormatFactory::Format(const Char* part_name) { return YES; } } // namespace Boot + +#endif // __BOOTKIT_H__ \ No newline at end of file -- cgit v1.2.3