/******************************************************************************* NAME $RCSfile: commFWInfo.h,v $ SUMMARY Diagnostic patterns for PikesPeak VERSION $Revision: 1.27 $ UPDATE DATE $Date: 2010/05/27 07:52:51 $ PROGRAMMER $Author: small $ Copyright 2009 LSI Corporation. All Rights Reserved. DESCRIPTION: Contains the diagnostic patterns of all the component. REFERENCE: *******************************************************************************/ #define DIAG_FW_VERSION "SOYUZ_XXXXX" #define SYS_STRESS_FW_VERSION_APPEND "+0.01" extern unsigned char *mapiResultBuf; #define print2proc(args...) {char tmpStr[128];sprintf(tmpStr, args);strcat(mapiResultBuf, tmpStr);}