pspsdk-1.0+beta2
pspmodulemgr_kernel.h
Go to the documentation of this file.
1 /*
2  * PSP Software Development Kit - http://www.pspdev.org
3  * -----------------------------------------------------------------------
4  * Licensed under the BSD license, see LICENSE in PSPSDK root for details.
5  *
6  * pspmodulemgr_kernel.h - Prototypes to manage modules.
7  *
8  * Copyright (c) 2005 Marcus R. Brown <mrbrown@ocgnet.org>
9  * Copyright (c) 2005 James Forshaw <tyranid@gmail.com>
10  * Copyright (c) 2005 John Kelley <ps2dev@kelley.ca>
11  *
12  * $Id: pspmodulemgr.h 792 2005-07-27 09:03:36Z warren $
13  */
14 
15 #ifndef __MODMGRKERNEL_H__
16 #define __MODMGRKERNEL_H__
17 
18 #include <pspkerneltypes.h>
19 #include <pspmodulemgr.h>
20 
25 #ifdef __cplusplus
26 extern "C" {
27 #endif
28 
31 
40 int sceKernelGetModuleList(int readbufsize, SceUID *readbuf);
41 
47 int sceKernelModuleCount(void);
48 
61 
64 #ifdef __cplusplus
65 }
66 #endif
67 
68 #endif