Data Fields | |
BlockDevice * | prev |
BlockDevice * | next |
int(* | request )(int function,...) |
void * | handle |
const char * | name |
Definition at line 79 of file block.c.
Definition at line 82 of file block.c.
Referenced by block_enumerate(), block_get(), block_register(), and block_unregister().
int(* BlockDevice::request)(int function,...) |
Referenced by block_get(), block_register(), and block_unregister().
void* BlockDevice::handle |
const char* BlockDevice::name |
Definition at line 85 of file block.c.
Referenced by block_enumerate(), block_get(), block_register(), and block_unregister().