summaryrefslogtreecommitdiffhomepage
path: root/src/libThread/ThreadKit
diff options
context:
space:
mode:
Diffstat (limited to 'src/libThread/ThreadKit')
-rw-r--r--src/libThread/ThreadKit/Thread.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/libThread/ThreadKit/Thread.h b/src/libThread/ThreadKit/Thread.h
new file mode 100644
index 00000000..e8fa7eb0
--- /dev/null
+++ b/src/libThread/ThreadKit/Thread.h
@@ -0,0 +1,11 @@
+// SPDX-License-Identifier: Apache-2.0
+// Copyright 2026, Amlal El Mahrouss (amlal@nekernel.org)
+// Licensed under the Apache License, Version 2.0 (see LICENSE file)
+// Official repository: https://github.com/ne-foss-org/ne-kernel
+
+#ifndef THREADKIT_THREADKIT_H
+#define THREADKIT_THREADKIT_H
+
+#include <libSystem/SystemKit/System.h>
+
+#endif // THREADKIT_THREADKIT_H