rio_hw_add_outb_message — Add message to the MPC85xx outbound message queue
int rio_hw_add_outb_message
(struct rio_mport * mport, struct rio_dev * rdev, int mbox, void * buffer, size_t len);
Master port with outbound message queue
Target of outbound message
Outbound mailbox
Message to add to outbound queue
Length of message
Adds the buffer message to the MPC85xx outbound message queue. Returns 0 on success or -EINVAL on failure.