aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sched/init.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/sched/init.h')
-rw-r--r--include/linux/sched/init.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/include/linux/sched/init.h b/include/linux/sched/init.h
new file mode 100644
index 000000000000..127215045285
--- /dev/null
+++ b/include/linux/sched/init.h
@@ -0,0 +1,11 @@
+#ifndef _LINUX_SCHED_INIT_H
+#define _LINUX_SCHED_INIT_H
+
+/*
+ * Scheduler init related prototypes:
+ */
+
+extern void sched_init(void);
+extern void sched_init_smp(void);
+
+#endif /* _LINUX_SCHED_INIT_H */