[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
|
|
@ -4,13 +4,6 @@
|
|||
|
||||
#include "include/ztypes.h"
|
||||
|
||||
struct ZThreadStartReq {
|
||||
z_cap_t thread_cap;
|
||||
uint64_t entry;
|
||||
uint64_t arg1;
|
||||
uint64_t arg2;
|
||||
};
|
||||
|
||||
struct ZAddressSpaceMapReq {
|
||||
z_cap_t vmas_cap;
|
||||
z_cap_t vmas_offset;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue