[Zion] Add a AddressSpaceUnmap syscall to free memory.
This commit is contained in:
parent
e668428d9d
commit
30b6511467
9 changed files with 60 additions and 18 deletions
|
|
@ -3,3 +3,4 @@
|
|||
#include "include/zcall.h"
|
||||
|
||||
z_err_t AddressSpaceMap(ZAddressSpaceMapReq* req);
|
||||
z_err_t AddressSpaceUnmap(ZAddressSpaceUnmapReq* req);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue