mirror of
https://git.rtems.org/rtems-tools/
synced 2025-06-10 00:26:27 +08:00
8 lines
94 B
C
8 lines
94 B
C
|
|
#if !defined (_TEST_TRACE_1_H_)
|
|
#define _TEST_TRACE_1_H_
|
|
|
|
typedef char* test_type_1;
|
|
|
|
#endif
|