summaryrefslogtreecommitdiffhomepage
path: root/SDK/Library/CoreSystem/Sources/Thread.c
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@el-mahrouss-logic.com>2024-05-12 09:57:37 +0200
committerAmlal El Mahrouss <amlal@el-mahrouss-logic.com>2024-05-12 09:57:37 +0200
commit4e4f9e871236067f0cda4b67a732d3b3bbf08884 (patch)
tree3075fccf13c15bb71b022038d293e15b8020a580 /SDK/Library/CoreSystem/Sources/Thread.c
parentbc57a29a24b98b00ba17710ba84ec2188ab73504 (diff)
MHR-23: Update CoreSystem prefix from CA_ to CS_.
Signed-off-by: Amlal El Mahrouss <amlal@el-mahrouss-logic.com>
Diffstat (limited to 'SDK/Library/CoreSystem/Sources/Thread.c')
-rw-r--r--SDK/Library/CoreSystem/Sources/Thread.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/SDK/Library/CoreSystem/Sources/Thread.c b/SDK/Library/CoreSystem/Sources/Thread.c
new file mode 100644
index 00000000..0f724d58
--- /dev/null
+++ b/SDK/Library/CoreSystem/Sources/Thread.c
@@ -0,0 +1,9 @@
+/* -------------------------------------------
+
+ Copyright SoftwareLabs
+
+------------------------------------------- */
+
+#include <Headers/Thread.h>
+
+ThreadRef kMainThread = 0;