#include <revolution/mp.h>
typedef struct MPPortConfig
{
MPPortCallback callbackFunction;
u32 priority;
} MPPortConfig;
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 |
2006/06/29 Initial version.
CONFIDENTIAL