MPPortConfig

Definitions


#include <revolution/mp.h>

typedef struct MPPortConfig
{
    MPPortCallback  callbackFunction;
    u32             priority;
} MPPortConfig;

Description

The MPPortConfig structure is used to store the port's receive callback.

Member Description
callbackFunction The port's receive callback
priority The port's send priority

See Also

MPConfig,

Revision History

2006/06/29 Initial version.


CONFIDENTIAL