10 #include "../sf/service.h"
27 Result avmInitialize(
void);
30 Service *avmGetServiceSession(
void);
36 Result avmGetLaunchRequiredVersion(
u64 application_id,
u32 *version);
37 Result avmUpgradeLaunchRequiredVersion(
u64 application_id,
u32 version);
38 Result avmPushLaunchVersion(
u64 application_id,
u32 version);
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
uint32_t u32
32-bit unsigned integer.
Definition: types.h:21