Add test function prototype.
authorDaniele Basile <asterix@develer.com>
Thu, 12 Jan 2012 15:17:57 +0000 (16:17 +0100)
committerDaniele Basile <asterix@develer.com>
Thu, 12 Jan 2012 15:17:57 +0000 (16:17 +0100)
bertos/kern/rtask.h

index ce4e430c0b8c3f008b0ac06bdaf18aa00ac0eea5..39fdcd40dca8aa347f569e1133dbe8c2f48d5eff 100644 (file)
@@ -62,4 +62,9 @@ typedef struct RTask RTask;
 
 struct RTask *rtask_add(rtask_cb_t cb, mtime_t interval, void *cb_data);
 
+/* Test functions */
+int rtask_testRun(void);
+int rtask_testSetup(void);
+int rtask_testTearDown(void);
+
 #endif /* KERNEL_RTASK_H */