PS2SDK
PS2 Homebrew Libraries
Loading...
Searching...
No Matches
iopcontrol_special.h
Go to the documentation of this file.
1/*
2# _____ ___ ____ ___ ____
3# ____| | ____| | | |____|
4# | ___| |____ ___| ____| | \ PS2DEV Open Source Project.
5#-----------------------------------------------------------------------
6# Licenced under Academic Free License version 2.0
7# Review ps2sdk README & LICENSE files for further details.
8*/
9
15#ifndef __IOPCONTROL_SPECIAL_H__
16#define __IOPCONTROL_SPECIAL_H__
17
18#ifdef __cplusplus
19extern "C" {
20#endif
21
28extern int SifIopRebootBufferEncrypted(const void *udnl, int size);
36extern int SifIopRebootBuffer(const void *ioprp, int size);
37
38#ifdef __cplusplus
39}
40#endif
41
42#endif /* __IOPCONTROL_SPECIAL_H__ */
int SifIopRebootBuffer(const void *ioprp, int size)
int SifIopRebootBufferEncrypted(const void *udnl, int size)