summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/kernel/kernel/modulemgr.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/kernel/kernel/modulemgr.h b/include/kernel/kernel/modulemgr.h
index a37f4d4..77257bd 100644
--- a/include/kernel/kernel/modulemgr.h
+++ b/include/kernel/kernel/modulemgr.h
@@ -93,6 +93,9 @@ SceUID sceKernelUnloadModuleForPid(SceUID pid, SceUID modid, int flags, SceKerne
int sceKernelStopModuleForPid(SceUID pid, SceUID modid, SceSize args, void *argp, int flags, SceKernelULMOption *option, int *status);
int sceKernelStopUnloadModuleForPid(SceUID pid, SceUID modid, SceSize args, void *argp, int flags, SceKernelULMOption *option, int *status);
+int sceKernelMountBootfs(const char *bootImagePath);
+int sceKernelUmountBootfs(void);
+
#ifdef __cplusplus
}
#endif