12 lines
291 B
C
12 lines
291 B
C
#ifndef _DEF_TEST_DATA_HUGE_H_
|
|
#define _DEF_TEST_DATA_HUGE_H_
|
|
|
|
unsigned long long
|
|
test_TMU_datalines_Huge( sst1DeviceInfoStruct* devInfo,
|
|
FxU32* sst,
|
|
SstRegs *sstregs,
|
|
const unsigned char ucNumTMU,
|
|
const unsigned char RamSizeMB);
|
|
|
|
#endif //_DEF_TEST_DATA_HUGE_H_
|