[zion] Move thread syscalls to the new format.
This commit is contained in:
parent
c6dd0bbb0f
commit
f755cd38fe
9 changed files with 65 additions and 65 deletions
7
zion/syscall/thread.h
Normal file
7
zion/syscall/thread.h
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#pragma once
|
||||
|
||||
#include "include/zcall.h"
|
||||
|
||||
z_err_t ThreadCreate(ZThreadCreateReq* req);
|
||||
z_err_t ThreadStart(ZThreadStartReq* req);
|
||||
z_err_t ThreadExit(ZThreadExitReq*);
|
||||
Loading…
Add table
Add a link
Reference in a new issue