libctru/libctru/include/3ds/srv.h

11 lines
271 B
C
Raw Normal View History

#pragma once
2014-01-18 23:18:03 +01:00
2014-07-28 23:23:24 +02:00
Result srvInit();
Result srvExit();
Result srvRegisterClient();
Result srvGetServiceHandle(Handle* out, char* name);
2014-10-27 06:17:07 +01:00
Result srvPmInit();
Result srvRegisterProcess(u32 procid, u32 count, void *serviceaccesscontrol);
Result srvUnregisterProcess(u32 procid);