libnx
Functions
fspr.h File Reference

FilesystemProxy-ProgramRegistry (fsp-pr) service IPC wrapper. More...

#include "../types.h"
#include "../services/sm.h"
#include "../services/fs.h"

Go to the source code of this file.

Functions

Result fsprInitialize (void)
 
void fsprExit (void)
 
Result fsprRegisterProgram (u64 pid, u64 titleID, FsStorageId storageID, const void *fs_access_header, size_t fah_size, const void *fs_access_control, size_t fac_size)
 
Result fsprUnregisterProgram (u64 pid)
 
Result fsprSetCurrentProcess (void)
 
Result fsprSetEnabledProgramVerification (bool enabled)
 

Detailed Description

FilesystemProxy-ProgramRegistry (fsp-pr) service IPC wrapper.

Author
SciresM