[Zion] Add a syscall to get a memory object's length.
This commit is contained in:
parent
30b6511467
commit
2e4a12661d
5 changed files with 15 additions and 1 deletions
|
|
@ -66,6 +66,7 @@ extern "C" z_err_t SyscallHandler(uint64_t call_id, void* req) {
|
|||
CASE(MemoryObjectCreatePhysical);
|
||||
CASE(MemoryObjectCreateContiguous);
|
||||
CASE(MemoryObjectDuplicate);
|
||||
CASE(MemoryObjectInspect);
|
||||
// syscall/ipc.h
|
||||
CASE(ChannelCreate);
|
||||
CASE(ChannelSend);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue