mirror of
https://git.rtems.org/rtems-tools/
synced 2025-05-31 00:31:24 +08:00
8 lines
95 B
C
8 lines
95 B
C
|
|
#if !defined (_TEST_TRACE_2_H_)
|
|
#define _TEST_TRACE_2_H_
|
|
|
|
typedef double test_type_2;
|
|
|
|
#endif
|