Make sem, signal and monitor separates modules.
[bertos.git] / bertos / kern / monitor.h
index fd458669f86a72ce4c26a867cc9b6fc0325528de..ec297b783f47be3864f1593bbaeb8cbde65363f2 100644 (file)
  * \version $Id$
  *
  * \author Giovanni Bajo <rasky@develer.com>
+ *
+ * $WIZ$ module_name = "monitor"
+ * $WIZ$ module_depends = "kernel"
+ * $WIZ$ module_configuration = "bertos/cfg/cfg_monitor.h"
  */
 
 #ifndef KERN_MONITOR_H
 #define KERN_MONITOR_H
 
-#include "cfg/cfg_kern.h"
+#include "cfg/cfg_monitor.h"
 
 #include <cpu/types.h>