mirror of
https://github.com/drasko/codezero.git
synced 2026-01-13 11:23:16 +01:00
Initial commit
This commit is contained in:
9
include/l4/api/thread.h
Normal file
9
include/l4/api/thread.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef __THREAD_H__
|
||||
#define __THREAD_H__
|
||||
|
||||
#define THREAD_CREATE 0
|
||||
#define THREAD_RUN 1
|
||||
#define THREAD_SUSPEND 2
|
||||
#define THREAD_RESUME 3
|
||||
|
||||
#endif /* __THREAD_H__ */
|
||||
Reference in New Issue
Block a user