20 lines
205 B
C
20 lines
205 B
C
#ifndef __OSPTESTH__
|
|
#define __OSPTESTH__
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
extern OSP_TASKMSG_REG g_TestRegTbl[];
|
|
|
|
//const U32 g_RegTestNum;
|
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif /* __OSPH__ */
|
|
|