I2O_MSG_POST

Section: Message-based devices (9)
Updated: February 2011
Index Return to Main Contents
 

NAME

i2o_msg_post - Post I2O message to I2O controller  

SYNOPSIS

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

ARGUMENTS

c

I2O controller to which the message should be send

msg

message returned by i2o_msg_get
 

DESCRIPTION

Post the message to the I2O controller and return immediately.  

COPYRIGHT