|
PS2SDK
PS2 Homebrew Libraries
|
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| struct | sceFsDevctlBlkIO_ |
Macros | |
| #define | FDIOC_BLKIO 0x4601 |
Typedefs | |
| typedef enum sceFsRWTYPE_ | sceFsRWTYPE |
| typedef struct sceFsDevctlBlkIO_ | sceFsDevctlBlkIO |
Enumerations | |
| enum | sceFsRWTYPE_ { sceFsREADING, sceFsWRITING } |
Definitions for block I/O using iomanX devctl.
Definition in file blkio-ioctl.h.
| struct sceFsDevctlBlkIO_ |
Definition at line 27 of file blkio-ioctl.h.
| Data Fields | ||
|---|---|---|
| u32 | lbn | |
| u32 | nblk | |
| void * | addr | |
| u32 | blksiz | |
| sceFsRWTYPE | type | |
| u32 | mode | |