aboutsummaryrefslogtreecommitdiff
path: root/src/core/scheduler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/scheduler.h')
-rw-r--r--src/core/scheduler.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/scheduler.h b/src/core/scheduler.h
index ec0caf1..8495e77 100644
--- a/src/core/scheduler.h
+++ b/src/core/scheduler.h
@@ -5,5 +5,6 @@ extern char show_tics;
void clock();
void schedule();
+void run_task(int *page_dir, void *task, int task_size);
#endif \ No newline at end of file