X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fkern%2Fmsg.h;h=acd99c599edb0deb75893a0bb208bfd943511df7;hb=1fc71821dbce1d85a5d5227bd9e6580b573e8eba;hp=05bbd7ef18c174782f6f368b3c3f7e2f595179cc;hpb=dd721d44c920f204cef12601141a609a87ab4398;p=bertos.git diff --git a/bertos/kern/msg.h b/bertos/kern/msg.h index 05bbd7ef..acd99c59 100644 --- a/bertos/kern/msg.h +++ b/bertos/kern/msg.h @@ -283,4 +283,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 */