[zion] Migrate process syscalls to new format.

This commit is contained in:
Drew Galbraith 2023-06-20 14:01:43 -07:00
parent 76107b7db7
commit c6dd0bbb0f
9 changed files with 108 additions and 74 deletions

View file

@ -4,17 +4,6 @@
#include "include/ztypes.h"
struct ZProcessSpawnReq {
z_cap_t proc_cap;
z_cap_t bootstrap_cap;
};
struct ZProcessSpawnResp {
z_cap_t proc_cap;
z_cap_t vmas_cap;
z_cap_t bootstrap_cap;
};
struct ZThreadStartReq {
z_cap_t thread_cap;
uint64_t entry;