X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fkern%2Fproc.h;h=50fc9ee9b961a00d91cb866af78c239d5de0436e;hb=70a451db3b503f9984d31e247400fb0dd810e691;hp=d5b168895bd31082e8aec7fdb8d66d1d20df7a51;hpb=12cfe532c8419a1b9b275bbee4e490f4abdf70e9;p=bertos.git diff --git a/bertos/kern/proc.h b/bertos/kern/proc.h index d5b16889..50fc9ee9 100644 --- a/bertos/kern/proc.h +++ b/bertos/kern/proc.h @@ -30,15 +30,23 @@ * Copyright 1999, 2000, 2001, 2008 Bernie Innocenti * --> * - * \brief Process scheduler (public interface). + * \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" + * $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