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

#include <ioctl.h>

Data Fields

u32 sub
 
u32 lba
 
u32 nsectors
 
int dir
 
void * buf
 

Detailed Description

Definition at line 37 of file ioctl.h.

Field Documentation

◆ buf

void* hdd_ioc_devio_t::buf

Data buffer.

Definition at line 47 of file ioctl.h.

◆ dir

int hdd_ioc_devio_t::dir

Transfer direction, same as ata_device_dma_transfer().

Definition at line 45 of file ioctl.h.

◆ lba

u32 hdd_ioc_devio_t::lba

Start LBA.

Definition at line 41 of file ioctl.h.

◆ nsectors

u32 hdd_ioc_devio_t::nsectors

Number of sectors.

Definition at line 43 of file ioctl.h.

◆ sub

u32 hdd_ioc_devio_t::sub

Main or subpartition index.

Definition at line 39 of file ioctl.h.


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