1. NAME

rio_add_inb_buffer - Add buffer to an inbound mailbox queue

2. SYNOPSIS

int rio_add_inb_buffer(struct rio_mport *  mport , int  mbox , void *  buffer );

3. ARGUMENTS

mport
    Master port containing the inbound mailbox

mbox
    The inbound mailbox number

buffer
    Pointer to the message buffer

4. DESCRIPTION

Adds a buffer to an inbound mailbox queue for reception. Returns 0 on success.

5. AUTHOR

Matt Porter <>, <>
    Author.

6. COPYRIGHT