- moved Handle/Result definitions to kernel.h

- added ResetType enum
This commit is contained in:
bunnei 2014-05-18 18:12:29 -04:00
parent 8fba88d5d5
commit 772abad778
6 changed files with 19 additions and 14 deletions

View file

@ -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();
};