ps2sdk  1.1
A collection of Open Source libraries used for developing applications on Sony's PlayStation 2® (PS2).
iop_device_ops_short_t Struct Reference

Data Fields

int(* init )(iop_device_t *)
 
int(* deinit )(iop_device_t *)
 
int(* format )(iop_file_t *)
 
int(* open )(iop_file_t *, const char *, int)
 
int(* close )(iop_file_t *)
 
int(* read )(iop_file_t *, void *, int)
 
int(* write )(iop_file_t *, void *, int)
 
int(* lseek )(iop_file_t *, int, int)
 

Detailed Description

Definition at line 27 of file imgdrv.c.

Field Documentation

◆ close

int(* iop_device_ops_short_t::close) (iop_file_t *)

Definition at line 32 of file imgdrv.c.

◆ deinit

int(* iop_device_ops_short_t::deinit) (iop_device_t *)

Definition at line 29 of file imgdrv.c.

◆ format

int(* iop_device_ops_short_t::format) (iop_file_t *)

Definition at line 30 of file imgdrv.c.

◆ init

int(* iop_device_ops_short_t::init) (iop_device_t *)

Definition at line 28 of file imgdrv.c.

◆ lseek

int(* iop_device_ops_short_t::lseek) (iop_file_t *, int, int)

Definition at line 35 of file imgdrv.c.

◆ open

int(* iop_device_ops_short_t::open) (iop_file_t *, const char *, int)

Definition at line 31 of file imgdrv.c.

◆ read

int(* iop_device_ops_short_t::read) (iop_file_t *, void *, int)

Definition at line 33 of file imgdrv.c.

◆ write

int(* iop_device_ops_short_t::write) (iop_file_t *, void *, int)

Definition at line 34 of file imgdrv.c.


The documentation for this struct was generated from the following file: