added prototype to soc.h
This commit is contained in:
parent
99a5c4406b
commit
463f366e2b
@ -3,3 +3,5 @@
|
||||
Result SOC_Initialize(u32 *context_addr, u32 context_size);//Example context_size: 0x48000. The specified context buffer can no longer be accessed by the process which called this function, since the userland permissions for this block are set to no-access.
|
||||
Result SOC_Shutdown();
|
||||
int SOC_GetErrno();
|
||||
|
||||
long gethostid();
|
||||
|
Loading…
Reference in New Issue
Block a user