summaryrefslogtreecommitdiff
path: root/sys/inc/os
diff options
context:
space:
mode:
Diffstat (limited to 'sys/inc/os')
-rw-r--r--sys/inc/os/sched.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/inc/os/sched.h b/sys/inc/os/sched.h
index 1caf1d6..948c95b 100644
--- a/sys/inc/os/sched.h
+++ b/sys/inc/os/sched.h
@@ -42,4 +42,9 @@
*/
struct cpu_info *sched_enqueue_proc(struct process *proc);
+/*
+ * Dequeue a process from the current core
+ */
+struct process *sched_dequeue_proc(void);
+
#endif /* !_OS_SCHED_H_ */