[zion] Declare z_cap_t and start replacing existing types
This commit is contained in:
parent
5e99dbf7d1
commit
7bd6aa42b0
4 changed files with 83 additions and 78 deletions
|
|
@ -72,6 +72,9 @@ typedef uint64_t z_err_t;
|
|||
/* ------------------------------
|
||||
* Capability Types
|
||||
* ------------------------------*/
|
||||
|
||||
typedef uint64_t z_cap_t;
|
||||
|
||||
#define Z_INVALID 0x0
|
||||
|
||||
// General Capability Permissions
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue