14#ifndef __MODMGRKERNEL_H__
15#define __MODMGRKERNEL_H__
u32 flags
Definition fixup.c:1
int sceKernelModuleCount(void)
Get the number of loaded modules.
SceUID sceKernelLoadModuleBuffer(void *buf, SceSize bufsize, int flags, SceKernelLMOption *option)
Load a module from a buffer.
int sceKernelGetModuleList(int readbufsize, SceUID *readbuf)
Gets the current module list.
unsigned int SceSize
Definition pspkerneltypes.h:27
int SceUID
UIDs are used to describe many different kernel objects.
Definition pspkerneltypes.h:24
float x
Definition psptypes.h:0
Definition pspmodulemgr.h:37