[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
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue