blob: 42063d455ffc3490d8c773608b3b7701b7b734b3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
/* ========================================
Copyright (C) 2025, Amlal El Mahrouss, licensed under the Apache 2.0 license.
======================================== */
#ifndef __BOOTKIT_CONFIG_H__
#define __BOOTKIT_CONFIG_H__
#include <NeKit/Config.h>
namespace Boot {
using namespace Kernel;
}
#endif // ! __BOOTKIT_CONFIG_H__
|