diff options
Diffstat (limited to 'src/kernel/KernelKit/Config.h')
| -rw-r--r-- | src/kernel/KernelKit/Config.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/src/kernel/KernelKit/Config.h b/src/kernel/KernelKit/Config.h new file mode 100644 index 00000000..2cde32b6 --- /dev/null +++ b/src/kernel/KernelKit/Config.h @@ -0,0 +1,19 @@ +/* ======================================== + + Copyright (C) 2024-2025, Amlal El Mahrouss, licensed under the Apache 2.0 license. + +======================================== */ + +#pragma once + +#include <NeKit/Config.h> + +#define KERNELKIT_VERSION "0.0.1-kernelkit" +#define KERNELKIT_VERSION_BCD 0x0001 + +namespace Kernel { +class UserProcessScheduler; +class IDylibObject; +class USER_PROCESS; +class KERNEL_TASK; +} // namespace Kernel
\ No newline at end of file |
