Files
codezero/conts/libl4thread/include/l4thread/thread.h
Bora Sahin 4bfd339db5 libl4thread skeleton is introduced.
With this library, it is aimed at easing thread manipulation, utcb handling etc.
2009-11-05 12:37:19 +02:00

10 lines
119 B
C

/*
*
*/
#ifndef __LIB_THREAD_H__
#define __LIB_THREAD_H__
void l4thread_print(void);
#endif /* __LIB_THREAD_H__ */