PS2SDK
PS2 Homebrew Libraries
block_device Struct Reference

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
 

Detailed Description

Definition at line 21 of file bdm.h.


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