1. NAME

i2o_block_request_alloc - Allocate an I2O block request struct

2. SYNOPSIS

struct i2o_block_request * i2o_block_request_alloc( void );

3. ARGUMENTS

void
    no arguments

4. DESCRIPTION

Allocates an I2O block request struct and initialize the list.

Returns a i2o_block_request pointer on success or negative error code on failure.

5. COPYRIGHT