summaryrefslogtreecommitdiffhomepage
path: root/dev/kernel/KernelKit/LockDelegate.h
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-05-29 10:51:53 +0200
committerGitHub <noreply@github.com>2025-05-29 10:51:53 +0200
commit5c0bb7ee7b1b0fee02cc179fb21f4c57a61d6c2d (patch)
treecb17577bcdc9714c97a84ce417a075117097f146 /dev/kernel/KernelKit/LockDelegate.h
parentd608230b1350b064ceb01e6572519b108f6139b0 (diff)
parent3167f59dbb401d6a79b1524537e04218baf49ee3 (diff)
Merge pull request #32 from nekernel-org/dev
0.0.2e3
Diffstat (limited to 'dev/kernel/KernelKit/LockDelegate.h')
-rw-r--r--dev/kernel/KernelKit/LockDelegate.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/dev/kernel/KernelKit/LockDelegate.h b/dev/kernel/KernelKit/LockDelegate.h
index 18ab0cf5..b5977c92 100644
--- a/dev/kernel/KernelKit/LockDelegate.h
+++ b/dev/kernel/KernelKit/LockDelegate.h
@@ -6,13 +6,13 @@
#pragma once
-#include <NewKit/Atom.h>
-#include <NewKit/Defines.h>
+#include <NeKit/Atom.h>
+#include <NeKit/Defines.h>
namespace Kernel {
enum {
- kLockInvalid,
- kLockDone = 200,
+ kLockInvalid = 0,
+ kLockDone = 200,
kLockTimedOut,
kLockCount = 3,
};