Disable the remove button if the selected toolchain is one of the default toolchains
[bertos.git] / bertos / kern / msg.h
index 05bbd7ef18c174782f6f368b3c3f7e2f595179cc..acd99c599edb0deb75893a0bb208bfd943511df7 100644 (file)
@@ -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 */