pspsuspend.h

Go to the documentation of this file.
00001 /*
00002  * PSP Software Development Kit - http://www.pspdev.org
00003  * -----------------------------------------------------------------------
00004  * Licensed under the BSD license, see LICENSE in PSPSDK root for details.
00005  *
00006  * pspsuspend.h - User interface to the PSP suspend.
00007  *
00008  * Copyright (c) 2006 James F
00009  *
00010  * $Id
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

Generated on Tue Jul 24 15:21:23 2007 for PSPSDK-Rev2272 by  doxygen 1.5.2