summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/inc/os/sched.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/inc/os/sched.h b/sys/inc/os/sched.h
index c0355c6..1caf1d6 100644
--- a/sys/inc/os/sched.h
+++ b/sys/inc/os/sched.h
@@ -34,6 +34,8 @@
#include <os/process.h>
#include <mu/cpu.h>
+#define SCHED_QUANTUM 9000 /* In usec */
+
/*
* Enqueue a process into a runqueue and return the processor
* now associated