[zion] Move channel syscalls to new format.
This commit is contained in:
parent
1a70ce4855
commit
77bb3acfb4
11 changed files with 91 additions and 123 deletions
7
zion/syscall/channel.h
Normal file
7
zion/syscall/channel.h
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#pragma once
|
||||
|
||||
#include "include/zcall.h"
|
||||
|
||||
z_err_t ChannelCreate(ZChannelCreateReq* resp);
|
||||
z_err_t ChannelSend(ZChannelSendReq* req);
|
||||
z_err_t ChannelRecv(ZChannelRecvReq* req);
|
||||
Loading…
Add table
Add a link
Reference in a new issue