PSPSDK 1.0+beta2
Loading...
Searching...
No Matches
pspsysreg.h
Go to the documentation of this file.
1/*
2 * PSP Software Development Kit - https://github.com/pspdev
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 */
13
14#ifndef PSPSYSREG_H
15#define PSPSYSREG_H
16
17#include <pspkerneltypes.h>
18
22#ifdef __cplusplus
23extern "C" {
24#endif
25
35
42
49
56
63
70
75
78#ifdef __cplusplus
79}
80#endif
81
82#endif /* PSPLOADCORE_H */
int sceSysregMeBusClockEnable(void)
Enable the ME bus clock.
int sceSysregVmeResetEnable(void)
Enable the VME reset.
int sceSysregVmeResetDisable(void)
Disable the VME reset.
int sceSysregMeResetEnable(void)
Enable the ME reset.
int sceSysregMeResetDisable(void)
Disable the ME reset.
int sceSysregGetTachyonVersion(void)
Get the PSP's Tachyon version.
int sceSysregMeBusClockDisable(void)
Disable the ME bus clock.