aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sched.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r--include/linux/sched.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h
index 4b83cb230006..ed3bb19d1337 100644
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -904,6 +904,8 @@ extern int task_curr(const task_t *p);
904extern int idle_cpu(int cpu); 904extern int idle_cpu(int cpu);
905extern int sched_setscheduler(struct task_struct *, int, struct sched_param *); 905extern int sched_setscheduler(struct task_struct *, int, struct sched_param *);
906extern task_t *idle_task(int cpu); 906extern task_t *idle_task(int cpu);
907extern task_t *curr_task(int cpu);
908extern void set_curr_task(int cpu, task_t *p);
907 909
908void yield(void); 910void yield(void);
909 911