Files
codezero/conts/libl4thread/include/l4thread/thread.h
Bora Sahin 00adcd9afa libl4thread skeleton is introduced.
With this library, it is aimed at easing thread manipulation, utcb handling etc.
2009-11-13 12:58:54 +02:00

10 lines
119 B
C

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