summaryrefslogtreecommitdiff
path: root/Source/Library/Interface/Thread.iface.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Library/Interface/Thread.iface.h')
-rw-r--r--Source/Library/Interface/Thread.iface.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/Library/Interface/Thread.iface.h b/Source/Library/Interface/Thread.iface.h
index ac572b4..0dac2e1 100644
--- a/Source/Library/Interface/Thread.iface.h
+++ b/Source/Library/Interface/Thread.iface.h
@@ -2,6 +2,10 @@
#define DEF_THREAD_IFACE_H
#define THIF_OBJTYPE 0x21
+
+//S = static, GET = get, C = current, TH = thread
+#define THIF_SGETCTH 0
+
#define THIF_SLEEP 0x01
#define THIF_FINISH 0x02