SEC: Add comment to warn about stack overflow.
[bertos.git] / bertos / mware / event.h
index e76385ad87729b992b94c3952634384b71e0b29b..86ec620fc2a179c2be6cf4a3e352f91581472a2b 100644 (file)
@@ -35,7 +35,6 @@
  * This module implements a common system for executing
  * a user defined action calling a hook function.
  *
- * \version $Id$
  * \author Bernie Innocenti <bernie@codewiz.org>
  */
 
@@ -43,7 +42,8 @@
 #define KERN_EVENT_H
 
 #include <cfg/compiler.h>
-#include "cfg/cfg_kern.h"
+#include "cfg/cfg_proc.h"
+#include "cfg/cfg_signal.h"
 
 #if CONFIG_KERN
        #if defined(CONFIG_KERN_SIGNALS) && CONFIG_KERN_SIGNALS