yb_arm/osp/inc/ospTest.h

20 lines
205 B
C
Raw Normal View History

2023-07-12 14:14:31 +08:00
#ifndef __OSPTESTH__
#define __OSPTESTH__
#ifdef __cplusplus
extern "C" {
#endif
extern OSP_TASKMSG_REG g_TestRegTbl[];
//const U32 g_RegTestNum;
#ifdef __cplusplus
}
#endif
#endif /* __OSPH__ */