NeKernel dev
Loading...
Searching...
No Matches
Defines.h
Go to the documentation of this file.
1/* -------------------------------------------
2
3 Copyright (C) 2024-2025, Amlal El Mahrouss, all rights reserved.
4
5------------------------------------------- */
6
7#pragma once
8
9#include <NeKit/Defines.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
USER_PROCESS inline definitions.
Definition Qr.h:793