base code to call a syscall from ARM11 appcore

This commit is contained in:
bunnei 2014-04-10 23:26:12 -04:00
parent 01bedbf956
commit 2bde8f2856
5 changed files with 85 additions and 9 deletions

View file

@ -30,10 +30,12 @@ struct ModuleDef {
const FunctionDef* func_table;
};
void RegisterModule(std::string name, int num_functions, const FunctionDef *func_table);
void CallSyscall(u32 opcode);
void Init();
void Shutdown();
void RegisterModule(std::string name, int num_functions, const FunctionDef *func_table);
} // namespace