/* ======================================== 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__