From 698cae46bf3c62322bd7d7f8dc44ac098ae4ca40 Mon Sep 17 00:00:00 2001 From: TheOfficialFloW Date: Thu, 15 Jun 2017 17:46:13 +0200 Subject: Added new NIDs --- include/kernel/kernel/modulemgr.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/kernel') 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 -- cgit v1.2.3