|
PS2SDK
PS2 Homebrew Libraries
|
Data Fields | |
| void * | priv |
| char * | name |
| unsigned int | devNr |
| unsigned int | parNr |
| unsigned char | parId |
| unsigned int | sectorSize |
| u64 | sectorOffset |
| u64 | sectorCount |
| int(* | read )(struct block_device *bd, u64 sector, void *buffer, u16 count) |
| int(* | write )(struct block_device *bd, u64 sector, const void *buffer, u16 count) |
| void(* | flush )(struct block_device *bd) |
| int(* | stop )(struct block_device *bd) |
| char * | path |