6 #ifndef _PSP2KERN_PFSMGR_H_
7 #define _PSP2KERN_PFSMGR_H_
int kscePfsUnmount(const ScePfsRndDriveId *rnd_drive_id)
Unmount pfs directory.
VITASDK_BUILD_ASSERT_EQ(0x10, ScePfsRndDriveId)
int kscePfsApprove(const ScePfsRndDriveId *rnd_drive_id, SceUInt64 program_authority_id)
int kscePfsDisapprove(const ScePfsRndDriveId *rnd_drive_id, SceUInt64 program_authority_id)
char drive_id[0x10]
Definition: pfsmgr.h:17
int kscePfsMount2(const char *path, const ScePfsRndDriveId *rnd_drive_id, const void *klicensee, uint16_t mode_index)
Mount pfs directory without authid.
int kscePfsMount(const char *path, const ScePfsRndDriveId *rnd_drive_id, SceUInt64 program_authority_id, const void *klicensee, uint16_t mode_index)
Mount pfs directory.
uint64_t SceUInt64
Definition: types.h:51