summaryrefslogtreecommitdiffhomepage
path: root/dev/kernel/KernelKit/LockDelegate.h
diff options
context:
space:
mode:
Diffstat (limited to 'dev/kernel/KernelKit/LockDelegate.h')
-rw-r--r--dev/kernel/KernelKit/LockDelegate.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/dev/kernel/KernelKit/LockDelegate.h b/dev/kernel/KernelKit/LockDelegate.h
index a657caa0..28eff060 100644
--- a/dev/kernel/KernelKit/LockDelegate.h
+++ b/dev/kernel/KernelKit/LockDelegate.h
@@ -13,8 +13,10 @@ namespace NeOS
{
enum
{
+ kLockInvalid,
kLockDone = 200,
kLockTimedOut,
+ kLockCount = 3,
};
/// @brief Lock condition pointer.