[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
|
|
@ -12,28 +12,6 @@ struct ZMessage {
|
|||
z_cap_t* caps;
|
||||
};
|
||||
|
||||
struct ZPortCreateResp {
|
||||
z_cap_t port_cap;
|
||||
};
|
||||
|
||||
struct ZPortSendReq {
|
||||
z_cap_t port_cap;
|
||||
ZMessage message;
|
||||
};
|
||||
|
||||
struct ZPortRecvReq {
|
||||
z_cap_t port_cap;
|
||||
ZMessage message;
|
||||
};
|
||||
|
||||
struct ZIrqRegisterReq {
|
||||
uint64_t irq_num;
|
||||
};
|
||||
|
||||
struct ZIrqRegisterResp {
|
||||
z_cap_t port_cap;
|
||||
};
|
||||
|
||||
struct ZCapDuplicateReq {
|
||||
z_cap_t cap;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue