CARDSetCommentAddress

C Specification

#include <revolution/card.h>
#define CARDSetCommentAddress(stat, addr)  ((stat)->commentAddr = (u32)(addr))

Arguments

stat Pointer to a CARDStat structure.
addr Offset from the starting point in memory.

Return Values

None.

Description

Sets the offset of the comments to the CARDStat structure.

Note: This function is provided for debugging. Do not use in programs.

See Also

Revision History

2006/03/01 Initial version.


CONFIDENTIAL