PS2SDK
PS2 Homebrew Libraries
Loading...
Searching...
No Matches
iopcontrol_special.h File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int SifIopRebootBufferEncrypted (const void *udnl, int size)
 
int SifIopRebootBuffer (const void *ioprp, int size)
 

Detailed Description

Special IOP reboot routines.

Definition in file iopcontrol_special.h.

Function Documentation

◆ SifIopRebootBufferEncrypted()

int SifIopRebootBufferEncrypted ( const void * udnl,
int size )
extern

Resets IOP Reboots the IOP with an encrypted UDNL module.

Parameters
udnlPointer to UDNL module to reboot with.
sizeSize of UDNL module in bytes.
Returns
1 for success or 0 for failure.

◆ SifIopRebootBuffer()

int SifIopRebootBuffer ( const void * ioprp,
int size )
extern

Resets IOP Reboots the IOP with an IOPRP image. If the image contains an IOPBTCONF file, the IOPBTCONF file will be automatically split off into its own image

Parameters
ioprpPointer to IOPRP image to reboot with.
sizeSize of the IOPRP image in bytes.
Returns
1 for success or 0 for failure.