kern: partially implement Receive half of ReplyAndReceive
This commit is contained in:
@@ -46,6 +46,8 @@ namespace ams::kern {
|
||||
|
||||
static void PostDestroy(uintptr_t arg);
|
||||
|
||||
virtual KProcess *GetOwner() const override { return this->owner; }
|
||||
|
||||
KReadableEvent &GetReadableEvent() { return this->readable_event; }
|
||||
KWritableEvent &GetWritableEvent() { return this->writable_event; }
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user