#include <revolution/card.h>
#define CARDSetCommentAddress(stat, addr) ((stat)->commentAddr = (u32)(addr))
|
Pointer to a CARDStat structure. |
addr |
Offset from the starting point in memory. |
None.
Sets the offset of the comments to the CARDStat structure.
Note: This function is provided for debugging. Do not use in programs.
2006/03/01 Initial version.
CONFIDENTIAL