Endpoint syscalls implemented
This commit is contained in:
parent
69501bfe01
commit
c064af5fa7
27 changed files with 391 additions and 42 deletions
9
zion/syscall/reply_port.h
Normal file
9
zion/syscall/reply_port.h
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#pragma once
|
||||
|
||||
#include <glacier/status/error.h>
|
||||
|
||||
#include "include/zcall.h"
|
||||
|
||||
glcr::ErrorCode ReplyPortSend(ZReplyPortSendReq* req);
|
||||
|
||||
glcr::ErrorCode ReplyPortRecv(ZReplyPortRecvReq* req);
|
||||
Loading…
Add table
Add a link
Reference in a new issue