Move thread logic to linux/thread.c, rewrite os and idle threads in asm.
This commit is contained in:
8
linux/thread.h
Normal file
8
linux/thread.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef THREAD_H_INCLUDED
|
||||
#define THREAD_H_INCLUDED
|
||||
|
||||
#include <inttypes.h>
|
||||
|
||||
uint32_t umka_new_sys_threads(void (*func)(void), void *stack, int type);
|
||||
|
||||
#endif // THREAD_H_INCLUDED
|
Reference in New Issue
Block a user