Go to the source code of this file.
Special IOP reboot routines.
Definition in file iopcontrol_special.h.
◆ SifIopRebootBufferEncrypted()
int SifIopRebootBufferEncrypted |
( |
const void * | udnl, |
|
|
int | size ) |
|
extern |
Resets IOP Reboots the IOP with an encrypted UDNL module.
- Parameters
-
udnl | Pointer to UDNL module to reboot with. |
size | Size 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
-
ioprp | Pointer to IOPRP image to reboot with. |
size | Size of the IOPRP image in bytes. |
- Returns
- 1 for success or 0 for failure.