summaryrefslogtreecommitdiffhomepage
path: root/dev/kernel/KernelKit/Defines.h
diff options
context:
space:
mode:
Diffstat (limited to 'dev/kernel/KernelKit/Defines.h')
-rw-r--r--dev/kernel/KernelKit/Defines.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/dev/kernel/KernelKit/Defines.h b/dev/kernel/KernelKit/Defines.h
index 2c170940..975520b6 100644
--- a/dev/kernel/KernelKit/Defines.h
+++ b/dev/kernel/KernelKit/Defines.h
@@ -6,11 +6,14 @@
#pragma once
-#include <NewKit/Defines.h>
+#include <NeKit/Defines.h>
-#define KERNELKIT_VERSION "0.0.1"
+#define KERNELKIT_VERSION "0.0.1-kernelkit"
#define KERNELKIT_VERSION_BCD 0x0001
+namespace Kernel {
class UserProcessScheduler;
class IDylibObject;
-class Process;
+class USER_PROCESS;
+class KERNEL_TASK;
+} // namespace Kernel \ No newline at end of file