9 #include "../sf/service.h"
10 #include "../services/pcv.h"
Service * clkrstGetServiceSession(void)
Gets the Service object for the actual clkrst service session.
void clkrstExit(void)
Exit clkrst.
Result clkrstInitialize(void)
Initialize clkrst. Only available on [8.0.0+].
Result clkrstOpenSession(ClkrstSession *session_out, PcvModuleId module_id, u32 unk)
Opens a ClkrstSession for the requested PcvModuleId, unk is set to 3 in official sysmodules.
PcvModuleId
Module id returned by [8.0.0+] pcv services See also: https://switchbrew.org/wiki/PCV_services#Module...
Definition: pcv.h:104
Service object structure.
Definition: service.h:14
u32 Result
Function error code result type.
Definition: types.h:44
int32_t s32
32-bit signed integer.
Definition: types.h:27
uint32_t u32
32-bit unsigned integer.
Definition: types.h:21