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,10 @@
/*
*
*/
#include <stdio.h>
void l4thread_print(void)
{
printf("Hello world from libl4thread!\n");
}