summaryrefslogtreecommitdiffhomepage
path: root/frameworks/libThread.fwrk/headers
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-03-23 01:11:36 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-03-23 01:11:36 +0100
commit6a8d1d5fb1a685d9eba93d100af673053ab68860 (patch)
tree9208011acc6f7453e52e2e9eb59970b0f9a10641 /frameworks/libThread.fwrk/headers
parent5c15e4939723513bab37bfca01ad879b6e353808 (diff)
[FEAT] Improved installation flow and X11 library.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'frameworks/libThread.fwrk/headers')
-rw-r--r--frameworks/libThread.fwrk/headers/Config.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/frameworks/libThread.fwrk/headers/Config.h b/frameworks/libThread.fwrk/headers/Config.h
new file mode 100644
index 0000000..c6734a4
--- /dev/null
+++ b/frameworks/libThread.fwrk/headers/Config.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_system
+
+#ifndef LIBTHREAD_FOUNDATION_H
+#define LIBTHREAD_FOUNDATION_H
+
+#include <libSystem/SystemKit/System.h>
+
+#endif // LIBTHREAD_FOUNDATION_H