summaryrefslogtreecommitdiffhomepage
path: root/src/boot/BootKit/Config.h
blob: b2641b2453af6e95a73c4b13b94f6f289c5901c5 (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__