/* simple_test.h COPYRIGHT FUJITSU LIMITED 2019 */ #ifndef _SIMPLE_TEST_H_ #define _SIMPLE_TEST_H_ #include "perf_common.h" int simple_test(void); #endif /* _SIMPLE_TEST_H_ */