Architectural Support: x86_64 (#37)
[lunaix-os.git] / lunaix-os / includes / usr / lunaix / threads.h
1 #ifndef __LUNAIX_USR_THREADS_H
2 #define __LUNAIX_USR_THREADS_H
3
4 #include "types.h"
5
6 struct uthread_param {
7     void* th_handler;
8     void* arg1;
9 };
10
11 #endif /* __LUNAIX_USR_THREADS_H */