summaryrefslogtreecommitdiff
path: root/include/kernel
diff options
context:
space:
mode:
Diffstat (limited to 'include/kernel')
-rw-r--r--include/kernel/kernel/modulemgr.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/kernel/kernel/modulemgr.h b/include/kernel/kernel/modulemgr.h
index 804eb63..c28e271 100644
--- a/include/kernel/kernel/modulemgr.h
+++ b/include/kernel/kernel/modulemgr.h
@@ -96,6 +96,8 @@ int sceKernelStopUnloadModuleForPid(SceUID pid, SceUID modid, SceSize args, void
int sceKernelMountBootfs(const char *bootImagePath);
int sceKernelUmountBootfs(void);
+int sceKernelSearchModuleByName(const char* module_name, const char* path, int pid);
+
#ifdef __cplusplus
}
#endif