[zion] Add a direct port write for the kernel

This commit is contained in:
Drew Galbraith 2023-06-17 00:07:58 -07:00
parent 0a909eae0e
commit 2ea1f90690
3 changed files with 21 additions and 16 deletions

View file

@ -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: