Exclude doc directories from the codelite project file
[bertos.git] / bertos / kern / msg.h
index 05bbd7ef18c174782f6f368b3c3f7e2f595179cc..2d92f2e2c370b9da0204f1e6995c9ee925c35a3d 100644 (file)
  *             }
  *     }
  * \endcode
+ *
+ * $WIZ$ module_name = "msg"
+ * $WIZ$ module_depends = "event", "signal", "kernel"
  */
 
 
@@ -283,4 +286,8 @@ INLINE void msg_reply(Msg *msg)
        msg_put(msg->replyPort, msg);
 }
 
+int msg_testRun(void);
+int msg_testSetup(void);
+int msg_testTearDown(void);
+
 #endif /* KERN_MSG_H */