00001 /************************************************************************************/ 00008 #ifndef COMM_TEST_H 00009 #define COMM_TEST_H 00010 00012 00019 #define N_COMM_TEST_REGS 32 00020 typedef struct SdspRegTest { 00021 uint32 reg[N_COMM_TEST_REGS]; 00022 } SdspRegTest; 00023 00024 typedef struct CommTest { 00025 uint32 codePos, 00026 codeType, 00027 slvBits, 00028 nTimes, 00029 intLoop, 00030 nWords, 00031 sdspAddr, 00032 sdspSect, 00033 00034 check, 00035 fBit; 00036 } CommTest; 00037 00038 #endif /* Multiple inclusion protection */