pspsdk-1.0+beta2
pspsysreg.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  * pspsysreg.h - Interface to sceSysreg_driver.
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: pspsysreg.h 1095 2005-09-27 21:02:16Z jim $
13  */
14 
15 #ifndef PSPSYSREG_H
16 #define PSPSYSREG_H
17 
18 #include <pspkerneltypes.h>
19 
23 #ifdef __cplusplus
24 extern "C" {
25 #endif
26 
29 
35 int sceSysregMeResetEnable(void);
36 
42 int sceSysregMeResetDisable(void);
43 
49 int sceSysregVmeResetEnable(void);
50 
56 int sceSysregVmeResetDisable(void);
57 
64 
71 
74 #ifdef __cplusplus
75 }
76 #endif
77 
78 #endif /* PSPLOADCORE_H */