summaryrefslogtreecommitdiffstats
path: root/include/linux/tasks.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/tasks.h')
-rw-r--r--include/linux/tasks.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/linux/tasks.h b/include/linux/tasks.h
new file mode 100644
index 000000000..12facf200
--- /dev/null
+++ b/include/linux/tasks.h
@@ -0,0 +1,9 @@
+#ifndef _LINUX_TASKS_H
+#define _LINUX_TASKS_H
+
+/*
+ * This is the maximum nr of tasks - change it if you need to
+ */
+#define NR_TASKS 128
+
+#endif