[Zion] Add the ability to delete a capability.
This commit is contained in:
parent
2e08eb76ff
commit
7d48dd2b8b
6 changed files with 16 additions and 2 deletions
|
|
@ -53,6 +53,7 @@ const uint64_t kZionEndpointCall = 0x65;
|
|||
|
||||
// Capability Calls
|
||||
const uint64_t kZionCapDuplicate = 0x70;
|
||||
const uint64_t kZionCapRelease = 0x71;
|
||||
|
||||
// Syncronization Calls
|
||||
const uint64_t kZionMutexCreate = 0x80;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue