9 #include "../sf/service.h"
10 #include "../services/ldr.h"
void ldrRoExit(void)
Exit ldr:ro.
void roDmntExit(void)
Exit ro:dmnt.
Service * ro1GetServiceSession(void)
Gets the Service object for the actual ro:1 service session.
Result ldrRoInitialize(void)
Initialize ldr:ro.
Result ro1Initialize(void)
Initialize ro:1. Only available with [7.0.0+].
void ro1Exit(void)
Exit ro:1.
Service * ldrRoGetServiceSession(void)
Gets the Service object for the actual ldr:ro service session.
Service * roDmntGetServiceSession(void)
Gets the Service object for the actual ro:dmnt service session.
Result roDmntInitialize(void)
Initialize ro:dmnt. Only available with [3.0.0+].
Service object structure.
Definition: service.h:14
uint64_t u64
64-bit unsigned integer.
Definition: types.h:22
u32 Result
Function error code result type.
Definition: types.h:44
int32_t s32
32-bit signed integer.
Definition: types.h:27