14#ifndef __MODMGRKERNEL_H__
15#define __MODMGRKERNEL_H__
int sceKernelModuleCount(void)
Get the number of loaded modules.
SceUID sceKernelLoadModuleBufferBootInitBtcnf(int bufsize, void *buf, int flags, SceKernelLMOption *option)
Load a module from a buffer with the Boot Init BTCNF apitype (0x051).
SceUID sceKernelLoadModuleBuffer(void *buf, SceSize bufsize, int flags, SceKernelLMOption *option)
Load a module from a buffer.
SceUID sceKernelLoadModuleWithApitype2(int apitype, const char *path, int flags, SceKernelLMOption *option)
Alias for sceKernelLoadModuleForLoadExecForUser
int sceKernelGetModuleList(int readbufsize, SceUID *readbuf)
Gets the current module list.
int SceUID
UIDs are used to describe many different kernel objects.
Definition pspkerneltypes.h:24
unsigned int SceSize
Definition psptypes.h:103
Definition pspmodulemgr.h:38