pspsysreg.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  * pspsysreg.h - Interface to sceSysreg_driver.
00007  *
00008  * Copyright (c) 2005 Marcus R. Brown <mrbrown@ocgnet.org>
00009  * Copyright (c) 2005 James Forshaw <tyranid@gmail.com>
00010  * Copyright (c) 2005 John Kelley <ps2dev@kelley.ca>
00011  *
00012  * $Id: pspsysreg.h 1095 2005-09-27 21:02:16Z jim $
00013  */
00014 
00015 #ifndef PSPSYSREG_H
00016 #define PSPSYSREG_H
00017 
00018 #include <pspkerneltypes.h>
00019 
00023 #ifdef __cplusplus
00024 extern "C" {
00025 #endif
00026 
00029 
00035 int sceSysregMeResetEnable(void);
00036 
00042 int sceSysregMeResetDisable(void);
00043 
00049 int sceSysregVmeResetEnable(void);
00050 
00056 int sceSysregVmeResetDisable(void);
00057 
00063 int sceSysregMeBusClockEnable(void);
00064 
00070 int sceSysregMeBusClockDisable(void);
00071 
00074 #ifdef __cplusplus
00075 }
00076 #endif
00077 
00078 #endif /* PSPLOADCORE_H */

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