[Zion] Add a syscall to get a memory object's length.

This commit is contained in:
Drew Galbraith 2023-11-19 19:02:55 -08:00
parent 30b6511467
commit 2e4a12661d
5 changed files with 15 additions and 1 deletions

View file

@ -28,6 +28,7 @@ const uint64_t kZionMemoryObjectCreatePhysical = 0x31;
const uint64_t kZionMemoryObjectCreateContiguous = 0x32;
const uint64_t kZionMemoryObjectDuplicate = 0x38;
const uint64_t kZionMemoryObjectInspect = 0x39;
// IPC Calls
const uint64_t kZionChannelCreate = 0x40;