Parametric scheduler approach.
[bertos.git] / bertos / cpu / irq.h
index 4e61f20a41590f3462d3e602f96289a683447f40..466b524da2959f637f495be8121a3ef7ab63f624 100644 (file)
@@ -44,7 +44,7 @@
 #include "detect.h"
 #include "types.h"
 
-#include <kern/preempt.h>
+#include <kern/proc.h> /* proc_needPreempt() / proc_preempt() */
 
 #include <cfg/compiler.h> /* for uintXX_t */
 #include "cfg/cfg_proc.h" /* CONFIG_KERN_PREEMPT */