X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=config_kern.h;h=4089128938dde5bc98ae8ceb450a78a4a0225c1e;hb=9e2e47a31399e2eec24070a7467516baeb3e372c;hp=2d99ef75dea90077325b185de4a5f9b6b69cd9b0;hpb=99ebec567d8485806f6ebe23b8c8a1b825d0cf4d;p=bertos.git diff --git a/config_kern.h b/config_kern.h index 2d99ef75..40891289 100755 --- a/config_kern.h +++ b/config_kern.h @@ -15,6 +15,9 @@ /* * $Log$ + * Revision 1.4 2004/08/24 16:19:38 bernie + * Add missing header. + * * Revision 1.3 2004/07/30 14:24:16 rasky * Task switching con salvataggio perfetto stato di interrupt (SR) * Kernel monitor per dump informazioni su stack dei processi @@ -29,6 +32,8 @@ #ifndef CONFIG_KERN_H #define CONFIG_KERN_H +#include /* ARCH_EMUL */ + /*! * \name Modules activation * @@ -37,7 +42,7 @@ /* Module/option Active Dependencies */ #define CONFIG_KERN_SCHED (1) #define CONFIG_KERN_SIGNALS (1 && CONFIG_KERN_SCHED) -#define CONFIG_KERN_TIMER (1 && CONFIG_KERN_SIGNALS) +#define CONFIG_KERN_TIMER (1) #define CONFIG_KERN_HEAP (0) #define CONFIG_KERN_SEMAPHORES (0 && CONFIG_KERN_SIGNALS) #define CONFIG_KERN_MONITOR (1 && CONFIG_KERN_SCHED) @@ -63,5 +68,4 @@ #endif - #endif /* CONFIG_KERN_H */