diff options
Diffstat (limited to 'sys/inc')
| -rw-r--r-- | sys/inc/os/sched.h | 2 |
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 |
