Remove the base/advance choice page.
[bertos.git] / bertos / kern / sem.h
index 71c6273a96fb4cf9fe2e3d8d40c930717cde9a53..1e3ef205642ca0e0c085724d7ada2d335fa1f8f3 100644 (file)
@@ -71,4 +71,8 @@ void sem_obtain(struct Semaphore *s);
 void sem_release(struct Semaphore *s);
 /* \} */
 
+int sem_testRun(void);
+int sem_testSetup(void);
+int sem_testTearDown(void);
+
 #endif /* KERN_SEM_H */