PSP2SDK  dirty-f9e4f2d
The free SDK for PSP2
Data Structures | Functions
include/psp2/kernel/modulemgr.h File Reference

Header file related to module management. More...

#include <psp2/types.h>
Include dependency graph for modulemgr.h:

Go to the source code of this file.

Data Structures

struct  Psp2SegmentInfo
struct  Psp2LoadedModuleInfo

Functions

int sceKernelGetModuleList (int, SceUID *, unsigned int *)
int sceKernelGetModuleInfo (SceUID, Psp2LoadedModuleInfo *)
SceUID sceKernelLoadModule (const char *path, int flags, int *res)
int sceKernelUnloadModule (SceUID)

Detailed Description

Header file related to module management.

Copyright (C) 2015 PSP2SDK Project

This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines