|
PS2SDK
PS2 Homebrew Libraries
|
Include dependency graph for bdm.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| struct | block_device |
| struct | file_system |
Typedefs | |
| typedef void(* | bdm_cb) (int event) |
Functions | |
| void | bdm_connect_bd (struct block_device *bd) |
| void | bdm_disconnect_bd (struct block_device *bd) |
| void | bdm_connect_fs (struct file_system *fs) |
| void | bdm_disconnect_fs (struct file_system *fs) |
| void | bdm_get_bd (struct block_device **pbd, unsigned int count) |
| void | bdm_RegisterCallback (bdm_cb cb) |
IOP BDM (Block Device Manager) definitions.
Definition in file bdm.h.