- moved Handle/Result definitions to kernel.h
- added ResetType enum
This commit is contained in:
parent
8fba88d5d5
commit
772abad778
6 changed files with 19 additions and 14 deletions
|
@ -30,7 +30,7 @@ public:
|
|||
* Called when svcSendSyncRequest is called, loads command buffer and executes comand
|
||||
* @return Return result of svcSendSyncRequest passed back to user app
|
||||
*/
|
||||
Syscall::Result Sync();
|
||||
Result Sync();
|
||||
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue