#include <nitro/mb.h>typedef void (*MBCommCStateCallbackFunc)(u32 status, void* arg);
Defines the format of the callback function, which is called every time the child state changes. The arguments are described below:
| Arguments | Description |
| status | Indicates the state shown in MBCommCState.
|
| arg | Currently, NULL is passed in all callbacks. |
MBCommCState, MB_FakeSetCStateCallback
2005/03/15 Released.
CONFIDENTIAL