1. NAME

i2o_msg_post - Post I2O message to I2O controller

2. SYNOPSIS

void i2o_msg_post(struct i2o_controller *  c , struct i2o_message *  msg );

3. ARGUMENTS

c
    I2O controller to which the message should be send

msg
    message returned by i2o_msg_get

4. DESCRIPTION

Post the message to the I2O controller and return immediately.

5. COPYRIGHT