libl4thread skeleton is introduced.

With this library, it is aimed at easing thread manipulation, utcb handling etc.
This commit is contained in:
Bora Sahin
2009-11-05 12:37:19 +02:00
parent 1f7711fa2a
commit 4bfd339db5
4 changed files with 48 additions and 0 deletions
@@ -0,0 +1,9 @@
/*
*
*/
#ifndef __LIB_THREAD_H__
#define __LIB_THREAD_H__
void l4thread_print(void);
#endif /* __LIB_THREAD_H__ */