Allocate memory for a i2o block device
struct i2o_block_device * i2o_block_device_alloc(void);
void
no arguments
Allocate memory for the i2o_block_device struct, gendisk and request queue and initialize them as far as no additional information is needed.
Returns a pointer to the allocated I2O Block device on success or a negative error code on failure.