NeKernel dev
Loading...
Searching...
No Matches
Config.h
Go to the documentation of this file.
1/* ========================================
2
3 Copyright (C) 2024-2025, Amlal El Mahrouss, licensed under the Apache 2.0 license.
4
5======================================== */
6
7#pragma once
8
9#include <NeKit/Config.h>
10
11#define KERNELKIT_VERSION "0.0.1-kernelkit"
12#define KERNELKIT_VERSION_BCD 0x0001
13
14namespace Kernel {
15class UserProcessScheduler;
16class IDylibObject;
17class USER_PROCESS;
18class KERNEL_TASK;
19} // namespace Kernel
UPS inline definitions.
Definition Device.h:12