[zion] Move port calls to new syscall process.
This commit is contained in:
parent
77bb3acfb4
commit
bd431b94ce
11 changed files with 118 additions and 175 deletions
9
zion/syscall/port.h
Normal file
9
zion/syscall/port.h
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#pragma once
|
||||
|
||||
#include "include/zcall.h"
|
||||
|
||||
z_err_t PortCreate(ZPortCreateReq* req);
|
||||
z_err_t PortSend(ZPortSendReq* req);
|
||||
z_err_t PortRecv(ZPortRecvReq* req);
|
||||
z_err_t PortPoll(ZPortPollReq* req);
|
||||
z_err_t IrqRegister(ZIrqRegisterReq* req);
|
||||
Loading…
Add table
Add a link
Reference in a new issue