PS2SDK
PS2 Homebrew Libraries
Loading...
Searching...
No Matches
_io_driver Struct Reference

Data Fields

int(* open )(const char *name, int flags,...)
 
int(* close )(int fd)
 
int(* read )(int fd, void *buf, int nbyte)
 
int openFlags
 

Detailed Description

Definition at line 24 of file rom0_info.h.

Field Documentation

◆ open

int(* _io_driver::open) (const char *name, int flags,...)

Definition at line 25 of file rom0_info.h.

◆ close

int(* _io_driver::close) (int fd)

Definition at line 26 of file rom0_info.h.

◆ read

int(* _io_driver::read) (int fd, void *buf, int nbyte)

Definition at line 27 of file rom0_info.h.

◆ openFlags

int _io_driver::openFlags

Definition at line 28 of file rom0_info.h.


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