summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/user/appmgr.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/user/appmgr.h b/include/user/appmgr.h
index a0bea65..1b07446 100644
--- a/include/user/appmgr.h
+++ b/include/user/appmgr.h
@@ -128,6 +128,11 @@ int sceAppMgrWorkDirMount(int id, char *mount_point);
//! id: 205 (cache0), 207 (td)
int sceAppMgrWorkDirMountById(int id, char *titleid, char *mount_point);
+//! Unmount a mountpoint
+//! Unmount app0: for example to enable write access to ux0:app/TITLEID
+//! Returns 0 on success
+int sceAppMgrUmount(const char *mount_point);
+
#ifdef __cplusplus
}
#endif