X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fkern%2Fproc.h;h=af193546a81cce6db08f2b3790ae2f2139d570c5;hb=600b1b193f906964b3676c3cdc43f5ff20d438ac;hp=abd68fc67c9218a4ff2216eba384912a5d87eccc;hpb=5a368e9010a500d9714c292552877ba5b4885c74;p=bertos.git diff --git a/bertos/kern/proc.h b/bertos/kern/proc.h index abd68fc6..af193546 100644 --- a/bertos/kern/proc.h +++ b/bertos/kern/proc.h @@ -30,19 +30,23 @@ * Copyright 1999, 2000, 2001, 2008 Bernie Innocenti * --> * - * \brief Bertos Kernel core (Process scheduler). + * \brief BeRTOS Kernel core (Process scheduler). * * \version $Id$ * \author Bernie Innocenti * * $WIZ$ module_name = "kernel" * $WIZ$ module_configuration = "bertos/cfg/cfg_proc.h" + * $WIZ$ module_depends = "switch_ctx", "coop" + * $WIZ$ module_supports = "not atmega103" */ #ifndef KERN_PROC_H #define KERN_PROC_H -#include "cfg/cfg_kern.h" +#include "cfg/cfg_proc.h" +#include "cfg/cfg_monitor.h" + #include #if CONFIG_KERN_PREEMPT