PS2SDK
PS2 Homebrew Libraries
Loading...
Searching...
No Matches
file_system Struct Reference

Data Fields

void * priv
 
char * name
 
int(* connect_bd )(struct block_device *bd)
 
void(* disconnect_bd )(struct block_device *bd)
 

Detailed Description

Definition at line 44 of file bdm.h.

Field Documentation

◆ priv

void* file_system::priv

Definition at line 47 of file bdm.h.

◆ name

char* file_system::name

Definition at line 50 of file bdm.h.

◆ connect_bd

int(* file_system::connect_bd) (struct block_device *bd)

Definition at line 53 of file bdm.h.

◆ disconnect_bd

void(* file_system::disconnect_bd) (struct block_device *bd)

Definition at line 54 of file bdm.h.


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