ps2sdk
1.1
A collection of Open Source libraries used for developing applications on Sony's PlayStation 2® (PS2).
|
#include <hdd-ioctl.h>
Data Fields | |
u32 | sub |
u32 | sector |
u32 | size |
u32 | mode |
void * | buffer |
Definition at line 73 of file hdd-ioctl.h.
void* hddIoctl2Transfer_t::buffer |
Definition at line 82 of file hdd-ioctl.h.
u32 hddIoctl2Transfer_t::mode |
ATAD_MODE_READ/ATAD_MODE_WRITE.....
Definition at line 81 of file hdd-ioctl.h.
u32 hddIoctl2Transfer_t::sector |
Definition at line 77 of file hdd-ioctl.h.
u32 hddIoctl2Transfer_t::size |
in sectors
Definition at line 79 of file hdd-ioctl.h.
u32 hddIoctl2Transfer_t::sub |
main(0)/subs(1+) to read/write
Definition at line 76 of file hdd-ioctl.h.