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

#include <fileXio.h>

Data Fields

void * dest
 
int len
 
u8 buf [CTL_BUF_SIZE]
 
int padding [2]
 

Detailed Description

Definition at line 255 of file fileXio.h.

Field Documentation

◆ buf

u8 fxio_ctl_return_pkt::buf[CTL_BUF_SIZE]

Definition at line 258 of file fileXio.h.

Referenced by fxio_ctl_intr().

◆ dest

void* fxio_ctl_return_pkt::dest

Definition at line 256 of file fileXio.h.

Referenced by fxio_ctl_intr().

◆ len

int fxio_ctl_return_pkt::len

Definition at line 257 of file fileXio.h.

Referenced by fxio_ctl_intr().

◆ padding

int fxio_ctl_return_pkt::padding[2]

Definition at line 259 of file fileXio.h.


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