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-10-29 22:00:38 +02:00
parent 69a09ea514
commit 00adcd9afa
4 changed files with 48 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
/*
*
*/
#ifndef __LIB_THREAD_H__
#define __LIB_THREAD_H__
void l4thread_print(void);
#endif /* __LIB_THREAD_H__ */