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/Config.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/boot/BootKit/Config.h (limited to 'src/boot/BootKit/Config.h') diff --git a/src/boot/BootKit/Config.h b/src/boot/BootKit/Config.h new file mode 100644 index 00000000..b2641b24 --- /dev/null +++ b/src/boot/BootKit/Config.h @@ -0,0 +1,16 @@ +/* ======================================== + + Copyright (C) 2025, Amlal El Mahrouss, licensed under the Apache 2.0 license. + +======================================== */ + +#ifndef __BOOTKIT_CONFIG_H__ +#define __BOOTKIT_CONFIG_H__ + +#include + +namespace Boot { + using namespace Kernel; +} + +#endif // ! __BOOTKIT_CONFIG_H__ \ No newline at end of file -- cgit v1.2.3