9 #include "../sf/service.h"
10 #include "../services/fs.h"
11 #include "../crypto/sha256.h"
15 u8 hash[SHA256_HASH_SIZE];
30 Result fsldrIsArchivedProgram(
u64 pid,
bool *out);
FsContentAttributes
FsContentAttributes.
Definition: fs.h:370
Service * fsldrGetServiceSession(void)
Gets the Service object for the actual fsp-ldr service session.
void fsldrExit(void)
Exit fsp-ldr.
Result fsldrInitialize(void)
Initialize fsp-ldr.
Service object structure.
Definition: service.h:14
uint64_t u64
64-bit unsigned integer.
Definition: types.h:22
uint8_t u8
8-bit unsigned integer.
Definition: types.h:19
u32 Result
Function error code result type.
Definition: types.h:44