proc_test: use kernel dynamic memory if CONFIG_KERN_HEAP is enabled.
[bertos.git] / bertos / kern / signal.h
index 1118af8a54ee7b9d2511f084c758a1889dc0afeb..9e6a9b09c0b60701e44991892ec7aee03452d68e 100644 (file)
  *
  * -->
  *
- * \brief Signal module (public interface).
+ * \brief Signal module for IPC.
  *
  * \version $Id$
  *
  * \author Bernie Innocenti <bernie@codewiz.org>
  *
  * $WIZ$ module_name = "signal"
- * $WIZ$ module_depends = "kernel"
+ * $WIZ$ module_depends = "kernel", "timer"
  * $WIZ$ module_configuration = "bertos/cfg/cfg_signal.h"
  */
 
@@ -46,6 +46,7 @@
 #define KERN_SIGNAL_H
 
 #include <cfg/compiler.h>
+#include <cfg/macros.h>    // BV()
 
 /* Fwd decl */
 struct Process;