mirror of
https://github.com/drasko/codezero.git
synced 2026-01-26 01:33:21 +01:00
libl4thread skeleton is introduced.
With this library, it is aimed at easing thread manipulation, utcb handling etc.
This commit is contained in:
9
conts/libl4thread/include/l4thread/thread.h
Normal file
9
conts/libl4thread/include/l4thread/thread.h
Normal file
@@ -0,0 +1,9 @@
|
||||
/*
|
||||
*
|
||||
*/
|
||||
#ifndef __LIB_THREAD_H__
|
||||
#define __LIB_THREAD_H__
|
||||
|
||||
void l4thread_print(void);
|
||||
|
||||
#endif /* __LIB_THREAD_H__ */
|
||||
Reference in New Issue
Block a user