00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013 #ifndef __PSPSUSPEND_H__
00014 #define __PSPSUSPEND_H__
00015
00016 #include <psptypes.h>
00017
00018 #ifdef __cplusplus
00019 extern "C" {
00020 #endif
00021
00031 int sceKernelVolatileMemLock(int unk, void **ptr, int *size);
00032
00043 int sceKernelVolatileMemTryLock(int unk, void **ptr, int *size);
00044
00050 int sceKernelVolatileMemUnlock(void);
00051
00052 #ifdef __cplusplus
00053 }
00054 #endif
00055
00056 #endif