mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-21 10:25:08 -04:00
kern: SendSyncRequestLight, ReplyAndReceiveLight
This commit is contained in:
parent
b6cb561c47
commit
8922bbd108
8 changed files with 360 additions and 14 deletions
|
@ -34,6 +34,9 @@ namespace ams::kern {
|
|||
ClientClosed = 2,
|
||||
ServerClosed = 3,
|
||||
};
|
||||
public:
|
||||
static constexpr size_t DataSize = sizeof(u32) * 7;
|
||||
static constexpr u32 ReplyFlag = (1u << (BITSIZEOF(u32) - 1));
|
||||
private:
|
||||
KLightServerSession server;
|
||||
KLightClientSession client;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue