acadia/zion/syscall/reply_port.h
2023-06-21 23:14:42 -07:00

9 lines
188 B
C

#pragma once
#include <glacier/status/error.h>
#include "include/zcall.h"
glcr::ErrorCode ReplyPortSend(ZReplyPortSendReq* req);
glcr::ErrorCode ReplyPortRecv(ZReplyPortRecvReq* req);