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

#include <fileXio.h>

Data Fields

int fd
 
u8 arg [IOCTL_BUF_SIZE]
 
int cmd
 

Detailed Description

Definition at line 239 of file fileXio.h.

Field Documentation

◆ arg

u8 fxio_ioctl_packet::arg[IOCTL_BUF_SIZE]

Definition at line 241 of file fileXio.h.

Referenced by fileXioIoctl().

◆ cmd

int fxio_ioctl_packet::cmd

Definition at line 242 of file fileXio.h.

Referenced by fileXioIoctl().

◆ fd

int fxio_ioctl_packet::fd

Definition at line 240 of file fileXio.h.

Referenced by fileXioIoctl().


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