Make sem, signal and monitor separates modules.
[bertos.git] / bertos / kern / signal.h
index bf3cb3d3b5b0700bbd8bdeae9d950437904b524b..de3dc5ec7e80385b1e25f8860c36dc5284a5051d 100644 (file)
  * \version $Id$
  *
  * \author Bernie Innocenti <bernie@codewiz.org>
+ *
+ * $WIZ$ module_name = "signal"
+ * $WIZ$ module_depends = "kernel"
+ * $WIZ$ module_configuration = "bertos/cfg/cfg_signal.h"
  */
 
-
 #ifndef KERN_SIGNAL_H
 #define KERN_SIGNAL_H
 
 #include <cfg/compiler.h>
 
-
 /* Fwd decl */
 struct Process;