|
ps2sdk
1.1
A collection of Open Source libraries used for developing applications on Sony's PlayStation 2® (PS2).
|
#include <ioman.h>#include <irx.h>#include <loadcore.h>
Include dependency graph for imgdrv.c:Go to the source code of this file.
Data Structures | |
| struct | iop_device_ops_short_t |
Macros | |
| #define | MAX_IMAGES 2 |
Functions | |
| static int | imgdrv_dummy (void) |
| static int | imgdrv_read (iop_file_t *f, void *buf, int size) |
| static int | imgdrv_lseek (iop_file_t *f, int offset, int whence) |
| int | _start (int argc, char *argv[]) |
Variables | |
| static iop_device_ops_short_t | imgdrv_ops |
| const void * | img [MAX_IMAGES] = {0} |
| int | img_size [MAX_IMAGES] = {0} |
| static iop_device_t | img_device |
Image device driver (IMGDRV) Used by the special IOP reboot sequence, to reboot the IOP with a buffered IOPRP image.
Definition in file imgdrv.c.
| int _start | ( | int | argc, |
| char * | argv[] | ||
| ) |
|
static |
|
static |
|
static |
| const void* img[MAX_IMAGES] = {0} |
Definition at line 51 of file imgdrv.c.
Referenced by imgdrv_read().
|
static |
Definition at line 54 of file imgdrv.c.
Referenced by _start().
| int img_size[MAX_IMAGES] = {0} |
Definition at line 52 of file imgdrv.c.
Referenced by imgdrv_lseek().
|
static |