Make sem, signal and monitor separates modules.
[bertos.git] / bertos / kern / sem.h
index dfb7976a4de0f9b1f7552de3de9e6ca10b909c30..71c6273a96fb4cf9fe2e3d8d40c930717cde9a53 100644 (file)
  * \version $Id$
  *
  * \author Bernie Innocenti <bernie@codewiz.org>
+ *
+ * $WIZ$ module_name = "semaphores"
+ * $WIZ$ module_depends = "kernel"
+ * $WIZ$ module_configuration = "bertos/cfg/cfg_sem.h"
  */
 
 
@@ -44,7 +48,7 @@
 #define KERN_SEM_H
 
 #include <cfg/compiler.h>
-#include <mware/list.h>
+#include <struct/list.h>
 
 /* Fwd decl */
 struct Process;