kern/ipc: finish Receive part of ReplyAndReceive

This commit is contained in:
Michael Scire 2020-07-10 10:20:33 -07:00
parent 804aa0e55d
commit 9fa6d12586
3 changed files with 303 additions and 27 deletions

View file

@ -53,6 +53,7 @@ namespace ams::kern {
void OnClientClosed();
private:
bool IsSignaledImpl() const;
void CleanupRequests();
};
}