[zion] Add a direct port write for the kernel
This commit is contained in:
parent
0a909eae0e
commit
2ea1f90690
3 changed files with 21 additions and 16 deletions
|
|
@ -24,6 +24,8 @@ class Port : public KernelObject {
|
|||
z_err_t Write(const ZMessage& msg);
|
||||
z_err_t Read(ZMessage& msg);
|
||||
|
||||
void WriteKernel(uint64_t init, RefPtr<Capability> cap);
|
||||
|
||||
bool HasMessages();
|
||||
|
||||
private:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue