kernel: add a SyncRequest method to KernelObject for use with svcSendSyncRequest

This commit is contained in:
bunnei 2014-05-26 21:01:27 -04:00
parent 15d2ab1b33
commit d73d782ba7
4 changed files with 11 additions and 6 deletions

View file

@ -26,12 +26,6 @@ public:
return "srv:";
}
/**
* Called when svcSendSyncRequest is called, loads command buffer and executes comand
* @return Return result of svcSendSyncRequest passed back to user app
*/
Result Sync();
};
} // namespace