pspsdk-1.0+beta2
pspsuspend.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  * pspsuspend.h - User interface to the PSP suspend.
7  *
8  * Copyright (c) 2006 James F
9  *
10  * $Id
11  */
12 
13 #ifndef __PSPSUSPEND_H__
14 #define __PSPSUSPEND_H__
15 
16 #include <psptypes.h>
17 
18 #ifdef __cplusplus
19 extern "C" {
20 #endif
21 
31 int sceKernelVolatileMemLock(int unk, void **ptr, int *size);
32 
43 int sceKernelVolatileMemTryLock(int unk, void **ptr, int *size);
44 
52 
53 #ifdef __cplusplus
54 }
55 #endif
56 
57 #endif