Parametric scheduler approach.
[bertos.git] / bertos / kern / preempt.h
index 49e6c43762c95e205458d5cf26b298fe244f7e54..9688e6c3f1508c4f9b0e035aff5cc4c86a64a19b 100644 (file)
 #include <cfg/compiler.h>
 
 #if CONFIG_KERN_PREEMPT
-       void preempt_init(void);
-       void proc_preempt(void);
-       int proc_needPreempt(void);
-
        INLINE void proc_decQuantum(void)
        {
                extern int _proc_quantum;